diff options
author | Samuel Newman <mozzius@protonmail.com> | 2025-06-18 00:12:59 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-18 00:12:59 +0300 |
commit | 9cf457acf8495c1287e366f677e1516847e4d739 (patch) | |
tree | a230822f6e4209b4561d8aff6a0c0f2e5d2676ed /src/Navigation.tsx | |
parent | f1f9ca960681b5257429b4b4c2a02cccc29e4fd6 (diff) | |
download | voidsky-9cf457acf8495c1287e366f677e1516847e4d739.tar.zst |
copy tweak (#8506)
Diffstat (limited to 'src/Navigation.tsx')
-rw-r--r-- | src/Navigation.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Navigation.tsx b/src/Navigation.tsx index 3bf1ace85..f1a9c569d 100644 --- a/src/Navigation.tsx +++ b/src/Navigation.tsx @@ -447,7 +447,7 @@ function commonScreens(Stack: typeof Flat, unreadCountLabel?: string) { name="LikesOnRepostsNotificationSettings" getComponent={() => LikesOnRepostsNotificationSettingsScreen} options={{ - title: title(msg`Likes on your reposts notifications`), + title: title(msg`Likes of your reposts notifications`), requireAuth: true, }} /> @@ -455,7 +455,7 @@ function commonScreens(Stack: typeof Flat, unreadCountLabel?: string) { name="RepostsOnRepostsNotificationSettings" getComponent={() => RepostsOnRepostsNotificationSettingsScreen} options={{ - title: title(msg`Reposts on your reposts notifications`), + title: title(msg`Reposts of your reposts notifications`), requireAuth: true, }} /> |