This commit is contained in:
kabo2468 2019-05-11 21:43:08 +09:00 committed by syuilo
parent 5c8bad5f79
commit db846a96e3

View file

@ -543,8 +543,8 @@ export default Vue.extend({
}); });
} else { } else {
this.$root.dialog({ this.$root.dialog({
title: this.$t('update-available'), title: this.$t('@._settings.update-available'),
text: this.$t('update-available-desc') text: this.$t('@._settings.update-available-desc')
}); });
} }
}); });