From 9cf457acf8495c1287e366f677e1516847e4d739 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Wed, 18 Jun 2025 00:12:59 +0300 Subject: copy tweak (#8506) --- src/Navigation.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Navigation.tsx') 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, }} /> -- cgit 1.4.1