change wording for DM creation dialog
This commit is contained in:
parent
7ffe463e23
commit
7a36d084e6
4 changed files with 8 additions and 6 deletions
|
|
@ -101,7 +101,7 @@ fun CreateRoomRootView(
|
|||
|
||||
when (state.startDmAction) {
|
||||
is Async.Loading -> {
|
||||
ProgressDialog(text = stringResource(id = StringR.string.common_creating_room))
|
||||
ProgressDialog(text = stringResource(id = StringR.string.common_starting_chat))
|
||||
}
|
||||
|
||||
is Async.Failure -> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue