Skip to content
Snippets Groups Projects
Commit f73df879 authored by Ryan Wood's avatar Ryan Wood
Browse files

Add Privacy prompts

parent 53bdb2d1
1 merge request!10Create external link warning prompt
......@@ -415,6 +415,10 @@
},
"failed": "Failed to change!"
},
"external_links": {
"title": "External links can be dangerous!",
"short": "Are you sure you want to go to: "
},
"actions": {
"ok": "Ok",
"ban": "Ban",
......@@ -516,6 +520,7 @@
"edit_identity": "Edit identity",
"delete_channel": "Delete channel",
"create_channel": "Create channel",
"create_category": "Create category",
"create_invite": "Create invite",
"open_notification_options": "Notification options",
"open_channel_settings": "Channel settings",
......@@ -646,7 +651,7 @@
"d": "Allows members to delete messages sent by other members."
},
"ManageChannel": {
"t": "Kick Members",
"t": "Manage Channels",
"d": "Allows members to edit or delete a channel."
},
"VoiceCall": {
......@@ -654,7 +659,7 @@
"d": "Allows members to join voice channels."
},
"InviteOthers": {
"t": "Change Nickname",
"t": "Invite Others",
"d": "Allows members to invite other users to a channel."
},
"EmbedLinks": {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment