Use string resource
This commit is contained in:
parent
b82ee66855
commit
014d14ff79
2 changed files with 2 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ fun CreateRoomRootView(
|
|||
}
|
||||
|
||||
if (state.startDmAction is Async.Loading) {
|
||||
ProgressDialog(text = "Creating room...")
|
||||
ProgressDialog(text = stringResource(id = StringR.string.common_creating_room))
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue