This commit is contained in:
Aya Morisawa 2018-08-14 01:48:11 +09:00
parent fb1e2efbdd
commit ba08d1aa53

View file

@ -32,7 +32,7 @@ export default Vue.extend({
this.suspending = false;
(this as any).os.apis.dialog("%i18n:@suspended%");
(this as any).os.apis.dialog({ text: "%i18n:@suspended%" });
}
}
});