From c7456224af3fbe39b3207f936781ac9b09a37a5f Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 22 May 2019 12:55:53 +0900 Subject: [PATCH] Fix bug --- src/client/app/common/views/pages/user-group-editor.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/client/app/common/views/pages/user-group-editor.vue b/src/client/app/common/views/pages/user-group-editor.vue index a32148cd7..3cfecd837 100644 --- a/src/client/app/common/views/pages/user-group-editor.vue +++ b/src/client/app/common/views/pages/user-group-editor.vue @@ -158,6 +158,7 @@ export default Vue.extend({ }, async invite() { + const t = this.$t('invited'); const { result: user } = await this.$root.dialog({ user: { local: true @@ -170,7 +171,7 @@ export default Vue.extend({ }).then(() => { this.$root.dialog({ type: 'success', - text: this.$t('invited') + text: t }); }).catch(e => { this.$root.dialog({