From 1e8a96e297861c400e060ed3b423408bca075201 Mon Sep 17 00:00:00 2001 From: surfdude29 <149612116+surfdude29@users.noreply.github.com> Date: Tue, 8 Apr 2025 00:42:29 +0100 Subject: Align copy in `Your interests` toasts (#8138) * update copy in toasts * prettier --- src/screens/Settings/SettingsInterests.tsx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/screens/Settings/SettingsInterests.tsx b/src/screens/Settings/SettingsInterests.tsx index 7114faae7..42259e9b6 100644 --- a/src/screens/Settings/SettingsInterests.tsx +++ b/src/screens/Settings/SettingsInterests.tsx @@ -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', }), ), -- cgit 1.4.1