From 0e7cb853cbfb9972683b2a0961148cd334106ce5 Mon Sep 17 00:00:00 2001 From: lesion Date: Mon, 12 Sep 2022 17:10:13 +0200 Subject: [PATCH] minor --- components/admin/Plugin.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/admin/Plugin.vue b/components/admin/Plugin.vue index 6e3553ea..ee5f05c6 100644 --- a/components/admin/Plugin.vue +++ b/components/admin/Plugin.vue @@ -5,7 +5,7 @@ v-container v-card-subtitle(v-html="$t('admin.plugins_description')") v-dialog(v-model='dialog' width='600' :fullscreen='$vuetify.breakpoint.xsOnly') - v-card(color='secondary') + v-card v-card-title {{ $t('admin.config_plugin') }} - {{ selectedPlugin.name }} v-card-text v-form(v-model='valid' ref='form' lazy-validation)