- Allow port in account's AoR.

- Fixed checking if account already exists.
This commit is contained in:
Juha Heinanen
2019-10-31 13:43:54 +02:00
3 changed files with 9 additions and 4 deletions
+2 -2
View File
@@ -92,8 +92,8 @@
<!-- Accounts Activity -->
<string name="accounts">Accounts</string>
<string name="user_domain">user@domain</string>
<string name="invalid_aor">Invalid user@domain \'%1$s\'</string>
<string name="user_domain">user@domain[:port]</string>
<string name="invalid_aor">Invalid user@domain[:port] \'%1$s\'</string>
<string name="account_exists">Account \'%1$s\' already exists.</string>
<string name="account_allocation_failure">"Failed to allocate new account.</string>
<string name="encrypt_password">Encrypt Password</string>