about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorMinseo Lee <itoupluk427@gmail.com>2024-02-15 09:41:51 +0900
committerMinseo Lee <itoupluk427@gmail.com>2024-02-15 09:41:51 +0900
commitcb4092c95957fa2b00ab20bd119afc2c3f6105d1 (patch)
treec7a8f5a03f90834bacfb0b8a978bf99a98655a5c /src
parentc94e5f81a02f9c4b192772c5ad5e3150c4b08a2c (diff)
downloadvoidsky-cb4092c95957fa2b00ab20bd119afc2c3f6105d1.tar.zst
Update index.tsx
Diffstat (limited to 'src')
-rw-r--r--src/view/screens/Settings/index.tsx4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/view/screens/Settings/index.tsx b/src/view/screens/Settings/index.tsx
index c39fb5004..dd208370d 100644
--- a/src/view/screens/Settings/index.tsx
+++ b/src/view/screens/Settings/index.tsx
@@ -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"