Fix default device name
This commit is contained in:
parent
f9b031dca5
commit
3e57e4bec0
@ -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)))
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user