File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
kotlin/xyz/flipchat/app/features/chat/info Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ private fun Actions(
160160 CodeButton (
161161 modifier = Modifier .fillMaxWidth(),
162162 buttonState = ButtonState .Subtle ,
163- text = stringResource(R .string.action_customize ),
163+ text = stringResource(R .string.action_customizeRoom ),
164164 ) {
165165 BottomBarManager .showMessage(
166166 BottomBarManager .BottomBarMessage (
Original file line number Diff line number Diff line change 217217 <string name =" action_editRoomName" >Edit Room Name</string >
218218 <string name =" action_changeRoomName" >Change Room Name</string >
219219 <string name =" action_customize" >Customize</string >
220+ <string name =" action_customizeRoom" >Customize Room</string >
220221 <string name =" action_leaveRoom" >Leave Room</string >
221222 <string name =" action_shareRoomLink" >Share Room Link</string >
222223
You can’t perform that action at this time.
0 commit comments