Fix default device name

This commit is contained in:
SpiritCroc 2020-07-20 15:23:21 +02:00
parent f9b031dca5
commit 3e57e4bec0
3 changed files with 3 additions and 1 deletions

View File

@ -116,7 +116,7 @@ class LoginFragment @Inject constructor() : AbstractLoginFragment() {
}
if (error == 0) {
loginViewModel.handle(LoginAction.LoginOrRegister(login, password, getString(R.string.login_mobile_device_riotx)))
loginViewModel.handle(LoginAction.LoginOrRegister(login, password, getString(R.string.login_mobile_device_sc)))
}
}

View File

@ -13,6 +13,7 @@
<string name="bubble_style_start">Selbe Seite</string>
<string name="bubble_style_both">Beide Seiten</string>
<string name="login_mobile_device_sc">SchildiChat Android</string>
<string name="bottom_action_all">Übersicht</string>
<string name="all_list_rooms_empty_title">SchildiChat</string>
<string name="all_list_rooms_empty_body">Konversationen werden hier angezeigt</string>

View File

@ -13,6 +13,7 @@
<string name="bubble_style_start">Same side</string>
<string name="bubble_style_both">Both sides</string>
<string name="login_mobile_device_sc">SchildiChat Android</string>
<string name="bottom_action_all">Overview</string>
<string name="all_list_rooms_empty_title">SchildiChat</string>
<string name="all_list_rooms_empty_body">Chats will be displayed here</string>