mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-10-31 17:02:38 +00:00
Merge branch 'main' of https://github.com/JunoBat/VueTube
This commit is contained in:
commit
385308520a
3 changed files with 3 additions and 3 deletions
|
@ -129,7 +129,7 @@ export default {
|
|||
this.settingsItems[4].name = this.$lang("settings").startupoptions;
|
||||
this.settingsItems[5].name = this.$lang("settings").plugins;
|
||||
this.settingsItems[6].name = this.$lang("settings").updates;
|
||||
this.settingsItems[8].name = this.$lang("settings").about;
|
||||
this.settingsItems[7].name = this.$lang("settings").about;
|
||||
this.devmodebuttonname = this.$lang("settings").devmode;
|
||||
|
||||
this.devmode = localStorage.getItem("devmode");
|
||||
|
|
|
@ -27,7 +27,7 @@ module.exports = {
|
|||
updates: "Updates",
|
||||
logs: "Logs",
|
||||
about: "About",
|
||||
devmode: "Registry Editor",
|
||||
devmode: "Developer mode",
|
||||
},
|
||||
|
||||
mods: {
|
||||
|
|
|
@ -27,7 +27,7 @@ module.exports = {
|
|||
updates: "Actualizaciones",
|
||||
logs: "Registros",
|
||||
about: "Acerca de",
|
||||
devmode: "Editor de registros",
|
||||
devmode: "Modo de desarrollador",
|
||||
},
|
||||
|
||||
mods: {
|
||||
|
|
Loading…
Reference in a new issue