diff options
Diffstat (limited to 'src/client/components/error.vue')
| -rw-r--r-- | src/client/components/error.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/components/error.vue b/src/client/components/error.vue index 90efa700b2..2407596043 100644 --- a/src/client/components/error.vue +++ b/src/client/components/error.vue @@ -3,7 +3,7 @@ <div class="mjndxjcg _panel"> <img src="https://xn--931a.moe/assets/error.jpg" class="_ghost"/> <p><fa :icon="faExclamationTriangle"/> {{ $t('error') }}</p> - <mk-button @click="() => $emit('retry')" class="button">{{ $t('retry') }}</mk-button> + <mk-button @click="() => $emit('retry')" class="button" v-t="'retry'"></mk-button> </div> </transition> </template> |