Skip to content

Commit

Permalink
change wording for visibility of new conversation
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Hibbe <[email protected]>
  • Loading branch information
mahibi committed Sep 4, 2024
1 parent c5628f8 commit dcfa316
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ fun RoomCreationOptions(conversationCreationViewModel: ConversationCreationViewM
val isOpenForGuestAppUsers = conversationCreationViewModel.openForGuestAppUsers.value

Text(
text = stringResource(id = R.string.nc_visible).uppercase(),
text = stringResource(id = R.string.nc_new_conversation_visibility).uppercase(),
fontSize = 14.sp,
modifier = Modifier.padding(top = 24.dp, start = 16.dp, end = 16.dp)
)
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ How to translate with transifex:
<string name="nc_join_open_conversations">Join open conversations</string>
<string name="nc_open_conversation_to_registered_users">Open conversation to registered users</string>
<string name="nc_open_to_guest_app_users">Also open to guest app users</string>
<string name="nc_new_conversation_visibility">Visibility</string>

<string name="added_to_favorites">Added conversation %1$s to favorites</string>
<string name="removed_from_favorites">Removed conversation %1$s from favorites</string>
Expand Down

0 comments on commit dcfa316

Please sign in to comment.