Commit de2eeec5 authored by Nick's avatar Nick

fix: admin system translations typo

parent 922f179a
...@@ -91,7 +91,7 @@ ...@@ -91,7 +91,7 @@
v-list-tile-title(v-html='dbVersion') v-list-tile-title(v-html='dbVersion')
v-list-tile-sub-title {{ info.dbHost }} v-list-tile-sub-title {{ info.dbHost }}
v-alert.mt-3(:value='isDbLimited', color='deep-orange', icon='warning') {{ $t('admin.system.dbPartialSupport') }} v-alert.mt-3(:value='isDbLimited', color='deep-orange', icon='warning') {{ $t('admin:system.dbPartialSupport') }}
</template> </template>
<script> <script>
...@@ -138,7 +138,7 @@ export default { ...@@ -138,7 +138,7 @@ export default {
async refresh() { async refresh() {
await this.$apollo.queries.info.refetch() await this.$apollo.queries.info.refetch()
this.$store.commit('showNotification', { this.$store.commit('showNotification', {
message: this.$t('admin.system.refreshSuccess'), message: this.$t('admin:system.refreshSuccess'),
style: 'success', style: 'success',
icon: 'cached' icon: 'cached'
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment