Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 543cf56

Browse files
committed
Rollback string changes from #1157
These should never have been made Signed-off-by: Harsh Shandilya <[email protected]>
1 parent 3981638 commit 543cf56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/res/values/strings.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,8 +329,8 @@
329329
<string name="connection_mode_openkeychain" translatable="false">OpenKeychain</string>
330330
<string name="git_server_config_save_success">Successfully saved configuration</string>
331331
<string name="git_server_config_save_error">The provided repository URL is not valid</string>
332-
<string name="git_server_config_save_missing_username_https">Please specify the HTTPS username in the form https://[email protected]/username/…</string>
333-
<string name="git_server_config_save_missing_username_ssh">Please specify the SSH username in the form [email protected]:username/…</string>
332+
<string name="git_server_config_save_missing_username_https">Please specify the HTTPS username in the form https://[email protected]/…</string>
333+
<string name="git_server_config_save_missing_username_ssh">Please specify the SSH username in the form [email protected]:…</string>
334334
<string name="git_server_config_save_auth_mode_mismatch">Valid authentication modes for %1$s: %2$s</string>
335335
<string name="git_operation_wrong_passphrase">Wrong passphrase</string>
336336
<string name="git_operation_wrong_password">Wrong password</string>

0 commit comments

Comments
 (0)