You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: features/createroom/impl/src/main/kotlin/io/element/android/features/createroom/impl/joinbyaddress/JoinRoomByAddressView.kt
Copy file name to clipboardExpand all lines: features/createroom/impl/src/main/kotlin/io/element/android/features/createroom/impl/root/CreateRoomRootView.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -176,7 +176,7 @@ private fun CreateRoomActionButtonsList(
176
176
item {
177
177
CreateRoomActionButton(
178
178
iconRes =CompoundDrawables.ic_compound_room,
179
-
text ="Join room by address",
179
+
text =stringResource(R.string.screen_start_chat_join_room_by_address_action),
0 commit comments