Rename to Security and Privacy

This commit is contained in:
Jiiks 2018-08-09 11:40:48 +03:00
parent 44a1c87484
commit 4f98eaf85b
2 changed files with 3 additions and 3 deletions

View File

@ -39,7 +39,7 @@
"id": "debugger-keybind",
"type": "keybind",
"text": "Debugger keybind",
"hint": "When this keybind is activated the developer tools will be opened and Discord will be paused."
"hint": "Open developer tools and pause"
},
{
"id": "ignore-content-manager-errors",
@ -143,7 +143,7 @@
},
{
"id": "security",
"text": "Security",
"text": "Security and Privacy",
"headertext": "Security Settings",
"settings": [
{

View File

@ -42,7 +42,7 @@ export const BdMenuItems = new class {
this.addSettingsSet('Internal', 'core', 'Core');
this.addSettingsSet('Internal', 'ui', 'UI');
this.addSettingsSet('Internal', 'emotes', 'Emotes');
this.addSettingsSet('Internal', 'security', 'Security');
this.addSettingsSet('Internal', 'security', 'Security and Privacy');
this.add({category: 'Internal', contentid: 'css', text: 'CSS Editor'});
this.add({category: 'External', contentid: 'plugins', text: 'Plugins'});