about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorsurfdude29 <149612116+surfdude29@users.noreply.github.com>2025-04-08 00:42:29 +0100
committerGitHub <noreply@github.com>2025-04-07 18:42:29 -0500
commit1e8a96e297861c400e060ed3b423408bca075201 (patch)
tree1e5493cbff649c43678a70564d7d6ac3f43a7490 /src
parent815a1e4c4497be7574d9ec923c6503a99ed2fd4f (diff)
downloadvoidsky-1e8a96e297861c400e060ed3b423408bca075201.tar.zst
Align copy in `Your interests` toasts (#8138)
* update copy in toasts

* prettier
Diffstat (limited to 'src')
-rw-r--r--src/screens/Settings/SettingsInterests.tsx9
1 files changed, 7 insertions, 2 deletions
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',
             }),
           ),