Align copy in Your interests toasts (#8138)
* update copy in toasts * prettier
This commit is contained in:
@@ -120,13 +120,18 @@ function Inner({
|
||||
])
|
||||
|
||||
Toast.show(
|
||||
_(msg({message: 'Content preferences updated!', context: 'toast'})),
|
||||
_(
|
||||
msg({
|
||||
message: 'Your interests have been updated!',
|
||||
context: 'toast',
|
||||
}),
|
||||
),
|
||||
)
|
||||
} catch (error) {
|
||||
Toast.show(
|
||||
_(
|
||||
msg({
|
||||
message: 'Failed to save content prefefences.',
|
||||
message: 'Failed to save your interests.',
|
||||
context: 'toast',
|
||||
}),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user