🚚 Rename $i to $locale

This commit is contained in:
Iván Ovejero
2021-12-15 13:16:53 +01:00
parent cd1bfe5365
commit 1d991824d1
66 changed files with 711 additions and 711 deletions

View File

@@ -38,7 +38,7 @@ export default mixins(copyPaste, showMessage).extend({
this.copyToClipboard(this.$props.copyContent);
this.$showMessage({
title: this.$i.baseText('credentialsEdit.showMessage.title'),
title: this.$locale.baseText('credentialsEdit.showMessage.title'),
message: this.$props.successMessage,
type: 'success',
});