feat: admin translations

This commit is contained in:
Nick
2019-06-09 23:39:37 -04:00
parent 0f1c3a1658
commit eb66ae6088
7 changed files with 76 additions and 70 deletions

View File

@@ -247,7 +247,7 @@ export default {
async refresh() {
await this.$apollo.queries.strategies.refetch()
this.$store.commit('showNotification', {
message: 'List of strategies has been refreshed.',
message: this.$t('admin:auth.refreshSuccess'),
style: 'success',
icon: 'cached'
})
@@ -274,7 +274,7 @@ export default {
}
})
this.$store.commit('showNotification', {
message: 'Authentication configuration saved successfully.',
message: this.$t('admin:auth.saveSuccess'),
style: 'success',
icon: 'check'
})