Align copy in Your interests toasts (#8138)

* update copy in toasts

* prettier
This commit is contained in:
surfdude29
2025-04-08 00:42:29 +01:00
committed by GitHub
parent 815a1e4c44
commit 1e8a96e297
+7 -2
View File
@@ -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',
}), }),
), ),