"Are you sure?" -> i18n

このコミットが含まれているのは:
Maxim Filippov 2019-02-21 02:51:28 +03:00
コミット 267952b4e7
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -321,7 +321,7 @@ const UserSettings = {
this.$router.replace('/')
},
revokeToken (id) {
if (window.confirm('Are you sure?')) {
if (window.confirm(`${this.$i18n.t('settings.revoke_token')}?`)) {
this.$store.dispatch('revokeToken', id)
}
}