···3838 <SettingsList.ItemIcon icon={LikeRepostIcon} />
3939 <ItemTextWithSubtitle
4040 bold
4141- titleText={<Trans>Likes on your reposts</Trans>}
4141+ titleText={<Trans>Likes of your reposts</Trans>}
4242 subtitleText={
4343 <Trans>
4444 Get notifications when people like posts that you've reposted.
···199199 </SettingsList.LinkItem> */}
200200 <SettingsList.LinkItem
201201 label={_(
202202- msg`Settings for notifications for likes on your reposts`,
202202+ msg`Settings for notifications for likes of your reposts`,
203203 )}
204204 to={{screen: 'LikesOnRepostsNotificationSettings'}}
205205 contentContainerStyle={[a.align_start]}>
206206 <SettingsList.ItemIcon icon={LikeRepostIcon} />
207207 <ItemTextWithSubtitle
208208- titleText={<Trans>Likes on your reposts</Trans>}
208208+ titleText={<Trans>Likes of your reposts</Trans>}
209209 subtitleText={
210210 <SettingPreview preference={settings?.likeViaRepost} />
211211 }