Adjust all calls

This commit is contained in:
Iván Ovejero
2021-12-07 15:58:26 +01:00
parent c5ef97a30b
commit 7805b21a15
71 changed files with 770 additions and 747 deletions

View File

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