Mark more text as translatable (#2284)

This commit is contained in:
Noritada Kobayashi 2023-12-28 02:27:32 +09:00 committed by GitHub
parent c91b9efccb
commit f402f33a02
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -117,7 +117,7 @@ export function PreferencesHomeFeed({navigation}: Props) {
<ToggleButton
testID="toggleRepliesBtn"
type="default-light"
label={showReplies ? 'Yes' : 'No'}
label={showReplies ? _(msg`Yes`) : _(msg`No`)}
isSelected={showReplies}
onPress={() =>
setFeedViewPref({