diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/screens/Settings/Settings.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/Settings/Settings.tsx b/src/screens/Settings/Settings.tsx index b8c57c3b8..2d44ab390 100644 --- a/src/screens/Settings/Settings.tsx +++ b/src/screens/Settings/Settings.tsx @@ -421,7 +421,7 @@ function AccountRow({ <View style={[{width: 28}]} /> )} <SettingsList.ItemText> - <Trans>{sanitizeHandle(account.handle, '@')}</Trans> + {sanitizeHandle(account.handle, '@')} </SettingsList.ItemText> {pendingDid === account.did && <SettingsList.ItemIcon icon={Loader} />} </SettingsList.PressableItem> |