1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-03 17:16:08 +02:00
This commit is contained in:
syuilo
2019-05-22 12:55:53 +09:00
parent 1092818203
commit c7456224af

View File

@@ -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({