diff --git a/model/config.go b/model/config.go index 4ed4f83..e4c0dee 100644 --- a/model/config.go +++ b/model/config.go @@ -22,7 +22,7 @@ var Themes = map[string]string{ "mdui": "Neko Mdui", "hotaru": "Hotaru", "angel-kanade": "AngelKanade", - "server-status": "SeverStatus", + "server-status": "ServerStatus", "custom": "Custom(local)", } diff --git a/resource/static/theme-default/js/mixin.js b/resource/static/theme-default/js/mixin.js index 454f4d3..f457a9f 100644 --- a/resource/static/theme-default/js/mixin.js +++ b/resource/static/theme-default/js/mixin.js @@ -6,7 +6,7 @@ const mixinsVue = { adaptedTemplates: [ { key: 'default', name: 'Default', icon: 'th large' }, { key: 'angel-kanade', name: 'AngelKanade', icon: 'square' }, - { key: 'server-status', name: 'SeverStatus', icon: 'list' } + { key: 'server-status', name: 'ServerStatus', icon: 'list' } ] }, created() { diff --git a/resource/static/theme-server-status/js/mixin.js b/resource/static/theme-server-status/js/mixin.js index c601feb..d1a94a6 100644 --- a/resource/static/theme-server-status/js/mixin.js +++ b/resource/static/theme-server-status/js/mixin.js @@ -10,7 +10,7 @@ const mixinsVue = { adaptedTemplates: [ { key: 'default', name: 'Default', icon: 'th large' }, { key: 'angel-kanade', name: 'AngelKanade', icon: 'square' }, - { key: 'server-status', name: 'SeverStatus', icon: 'list' } + { key: 'server-status', name: 'ServerStatus', icon: 'list' } ] }, created() {