Rename to Security and Privacy
This commit is contained in:
parent
44a1c87484
commit
4f98eaf85b
|
@ -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": [
|
||||
{
|
||||
|
|
|
@ -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'});
|
||||
|
|
Loading…
Reference in New Issue