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(
|
Toast.show(
|
||||||
_(msg({message: 'Content preferences updated!', context: 'toast'})),
|
_(
|
||||||
|
msg({
|
||||||
|
message: 'Your interests have been updated!',
|
||||||
|
context: 'toast',
|
||||||
|
}),
|
||||||
|
),
|
||||||
)
|
)
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
Toast.show(
|
Toast.show(
|
||||||
_(
|
_(
|
||||||
msg({
|
msg({
|
||||||
message: 'Failed to save content prefefences.',
|
message: 'Failed to save your interests.',
|
||||||
context: 'toast',
|
context: 'toast',
|
||||||
}),
|
}),
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user