refactor: more i18n translation strings

This commit is contained in:
liyasthomas
2021-08-18 22:17:31 +05:30
parent b9c233cdf9
commit ceb8bdf0fd
54 changed files with 408 additions and 318 deletions

View File

@@ -159,7 +159,7 @@ export default defineComponent({
duration: 0,
action: [
{
text: this.$t("reload").toString(),
text: this.$t("app.reload").toString(),
onClick: (_, toastObject) => {
toastObject.goAway(0)
window.location.reload()