change wording for DM creation dialog
This commit is contained in:
+1
-1
@@ -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 -> {
|
||||
|
||||
Reference in New Issue
Block a user