Update index.tsx

zio/stable
Minseo Lee 2024-02-15 09:41:51 +09:00
parent c94e5f81a0
commit cb4092c959
1 changed files with 3 additions and 1 deletions

View File

@ -695,7 +695,9 @@ export function SettingsScreen({}: Props) {
onPress={isSwitchingAccounts ? undefined : onPressChangeHandle}
accessibilityRole="button"
accessibilityLabel={_(msg`Change handle`)}
accessibilityHint={_(msg`Opens modal for choosing or creating a new Bluesky username`)}>
accessibilityHint={_(
msg`Opens modal for choosing or creating a new Bluesky username`,
)}>
<View style={[styles.iconContainer, pal.btn]}>
<FontAwesomeIcon
icon="at"