1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-11-01 23:55:58 +09:00
This commit is contained in:
syuilo 2019-05-22 12:55:53 +09:00
parent 1092818203
commit c7456224af
No known key found for this signature in database
GPG Key ID: BDC4C49D06AB9D69

View File

@ -158,6 +158,7 @@ export default Vue.extend({
}, },
async invite() { async invite() {
const t = this.$t('invited');
const { result: user } = await this.$root.dialog({ const { result: user } = await this.$root.dialog({
user: { user: {
local: true local: true
@ -170,7 +171,7 @@ export default Vue.extend({
}).then(() => { }).then(() => {
this.$root.dialog({ this.$root.dialog({
type: 'success', type: 'success',
text: this.$t('invited') text: t
}); });
}).catch(e => { }).catch(e => {
this.$root.dialog({ this.$root.dialog({