Skip to content
Snippets Groups Projects
Commit a94ba065 authored by Karl Prieb's avatar Karl Prieb
Browse files

change "Room password" to "Password"

parent 8497a77a
No related merge requests found
......@@ -239,7 +239,7 @@ Template.channelSettings.onCreated ->
joinCode:
type: 'text'
label: 'Room_password'
label: 'Password'
canView: (room) => room.t is 'c' and RocketChat.authz.hasAllPermission('edit-room', room._id)
canEdit: (room) => RocketChat.authz.hasAllPermission('edit-room', room._id)
save: (value, room) ->
......
......@@ -1160,7 +1160,6 @@
"Room_name_changed": "Room name changed to: <em>__room_name__</em> by <em>__user_by__</em>",
"Room_name_changed_successfully": "Room name changed successfully",
"Room_not_found": "Room not found",
"Room_password": "Room password",
"Room_password_changed_successfully": "Room password changed successfully",
"Room_topic_changed_successfully": "Room topic changed successfully",
"Room_type_changed_successfully": "Room type changed successfully",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment