refactor: more i18n translation strings
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<h1 class="mb-4 text-4xl heading">{{ statusCode }}</h1>
|
||||
<h3 class="select-text">{{ message }}</h3>
|
||||
<p class="mt-4">
|
||||
<ButtonSecondary to="/" icon="home" outline :label="$t('home')" />
|
||||
<ButtonSecondary to="/" icon="home" outline :label="$t('app.home')" />
|
||||
<ButtonSecondary
|
||||
icon="refresh"
|
||||
:label="$t('reload')"
|
||||
|
||||
Reference in New Issue
Block a user