- If Authentication Username is not given, it defaults to account's username.

This commit is contained in:
Juha Heinanen
2020-03-20 11:51:23 +02:00
parent 483baddfc5
commit 5b9457c283
3 changed files with 25 additions and 27 deletions
+2 -4
View File
@@ -41,11 +41,9 @@
<string name="your_name">Your Name</string>
<string name="display_name_help">Name (if any) used in From URI of outbound requests.</string>
<string name="invalid_display_name">Invalid Display Name \'%1$s\'</string>
<string name="authentication_username_password_mismatch">Authentication Password cannot be given without Authentication Username.
</string>
<string name="authentication_username">Authentication Username</string>
<string name="authentication_username_help">Authentication username if authentication of SIP
requests is required.
<string name="authentication_username_help">Authentication username
if authentication of SIP requests is required. Default value is account\'s username.
</string>
<string name="invalid_authentication_username">Invalid Authentication Username \'%1$s\'</string>
<string name="authentication_password">Authentication Password</string>