diff options
Diffstat (limited to 'src/screens/Settings/NotificationSettings/LikesOnRepostsNotificationSettings.tsx')
-rw-r--r-- | src/screens/Settings/NotificationSettings/LikesOnRepostsNotificationSettings.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/Settings/NotificationSettings/LikesOnRepostsNotificationSettings.tsx b/src/screens/Settings/NotificationSettings/LikesOnRepostsNotificationSettings.tsx index 08a05d468..c72e8c757 100644 --- a/src/screens/Settings/NotificationSettings/LikesOnRepostsNotificationSettings.tsx +++ b/src/screens/Settings/NotificationSettings/LikesOnRepostsNotificationSettings.tsx @@ -38,7 +38,7 @@ export function LikesOnRepostsNotificationSettingsScreen({}: Props) { <SettingsList.ItemIcon icon={LikeRepostIcon} /> <ItemTextWithSubtitle bold - titleText={<Trans>Likes on your reposts</Trans>} + titleText={<Trans>Likes of your reposts</Trans>} subtitleText={ <Trans> Get notifications when people like posts that you've reposted. |