diff options
author | Paul Frazee <pfrazee@gmail.com> | 2024-03-19 12:29:57 -0700 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2024-03-19 12:29:57 -0700 |
commit | 9e4f81b156456d96ab22e3c5dc0e0c66929c7bd0 (patch) | |
tree | 3c789effa60a94dc524a530ddf1e2b8950942906 /src/view/com/auth/server-input/index.tsx | |
parent | dac73cbeea3c346c255eec15d08bd9c585263bec (diff) | |
parent | 14982b93938c5b4141408e9b0887b261469eed4f (diff) | |
download | voidsky-9e4f81b156456d96ab22e3c5dc0e0c66929c7bd0.tar.zst |
Merge branch 'quiple-patch-3' into main
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 32b5a3141..b26ac1dcb 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" |