about summary refs log tree commit diff
path: root/src/view/com/auth/create/Step3.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/view/com/auth/create/Step3.tsx')
-rw-r--r--src/view/com/auth/create/Step3.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/auth/create/Step3.tsx b/src/view/com/auth/create/Step3.tsx
index 3a52abf80..afd21a320 100644
--- a/src/view/com/auth/create/Step3.tsx
+++ b/src/view/com/auth/create/Step3.tsx
@@ -30,7 +30,7 @@ export function Step3({
         <TextInput
           testID="handleInput"
           icon="at"
-          placeholder="e.g. alice"
+          placeholder={_(msg`e.g. alice`)}
           value={uiState.handle}
           editable
           autoFocus