about summary refs log tree commit diff
path: root/src/view/com/auth/server-input/index.tsx
diff options
context:
space:
mode:
authorMinseo Lee <itoupluk427@gmail.com>2024-02-14 11:06:37 +0900
committerMinseo Lee <itoupluk427@gmail.com>2024-02-14 11:06:37 +0900
commit3f5bdd8be37efbe3bf7b1b60bea2bfa4e32aa159 (patch)
treeef4c3ae654f5be2708aaff1063994b4e7048ca53 /src/view/com/auth/server-input/index.tsx
parent836cff306e3485f894cba7c7a4245178745bbfa5 (diff)
downloadvoidsky-3f5bdd8be37efbe3bf7b1b60bea2bfa4e32aa159.tar.zst
Mark more texts for localization
Diffstat (limited to 'src/view/com/auth/server-input/index.tsx')
-rw-r--r--src/view/com/auth/server-input/index.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/auth/server-input/index.tsx b/src/view/com/auth/server-input/index.tsx
index a70621973..2277eb867 100644
--- a/src/view/com/auth/server-input/index.tsx
+++ b/src/view/com/auth/server-input/index.tsx
@@ -115,7 +115,7 @@ export function ServerInputDialog({
                   testID="customServerTextInput"
                   value={customAddress}
                   onChangeText={setCustomAddress}
-                  label={_(msg`my-server.com`)}
+                  label="my-server.com"
                   accessibilityLabelledBy="address-input-label"
                   autoCapitalize="none"
                   keyboardType="url"