Skip to content

Commit 1e8a96e

Browse files
authored
Align copy in Your interests toasts (#8138)
* update copy in toasts * prettier
1 parent 815a1e4 commit 1e8a96e

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/screens/Settings/SettingsInterests.tsx

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,13 +120,18 @@ function Inner({
120120
])
121121

122122
Toast.show(
123-
_(msg({message: 'Content preferences updated!', context: 'toast'})),
123+
_(
124+
msg({
125+
message: 'Your interests have been updated!',
126+
context: 'toast',
127+
}),
128+
),
124129
)
125130
} catch (error) {
126131
Toast.show(
127132
_(
128133
msg({
129-
message: 'Failed to save content prefefences.',
134+
message: 'Failed to save your interests.',
130135
context: 'toast',
131136
}),
132137
),

0 commit comments

Comments
 (0)