diff options
author | Minseo Lee <itoupluk427@gmail.com> | 2024-02-14 11:06:37 +0900 |
---|---|---|
committer | Minseo Lee <itoupluk427@gmail.com> | 2024-02-14 11:06:37 +0900 |
commit | 3f5bdd8be37efbe3bf7b1b60bea2bfa4e32aa159 (patch) | |
tree | ef4c3ae654f5be2708aaff1063994b4e7048ca53 /src/view/com/auth/server-input/index.tsx | |
parent | 836cff306e3485f894cba7c7a4245178745bbfa5 (diff) | |
download | voidsky-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.tsx | 2 |
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" |