Skip to content

Commit

Permalink
[cs] #639 - Improves some field texts
Browse files Browse the repository at this point in the history
  • Loading branch information
azlancpool committed Jun 18, 2021
1 parent 57fe23b commit 3d46fbc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gui/muc_room_config_texts.go
Expand Up @@ -156,8 +156,8 @@ func initMUCRoomConfigFieldsTexts() {
"occupant leaves the room."),
},
muc.RoomConfigFieldPresenceBroadcast: {
displayLabel: i18n.Local("What roles will receive information about other people in the room:"),
summaryLabel: i18n.Local("Roles will receive information about other people in the room"),
displayLabel: i18n.Local("Roles that will receive information about other people in the room"),
summaryLabel: i18n.Local("Roles that will receive information about other people in the room"),
},
muc.RoomConfigFieldIsModerated: {
displayLabel: i18n.Local("Make this room moderated"),
Expand Down Expand Up @@ -230,8 +230,8 @@ func initMUCRoomConfigFieldsTexts() {
summaryLabel: i18n.Local("Allow visitors to send private messages to"),
},
muc.RoomConfigPublicList: {
displayLabel: i18n.Local("Make participants list public"),
summaryLabel: i18n.Local("Make participants list public"),
displayLabel: i18n.Local("Make list of participants public"),
summaryLabel: i18n.Local("Make list of participants public"),
},
}
}
Expand Down

1 comment on commit 3d46fbc

@olabiniV2
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed, OK

Please sign in to comment.