Skip to content

Commit 0e064fc

Browse files
committed
chore: fix common.* i18n validation errors
1 parent 16e5631 commit 0e064fc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/pages/translation-status.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,14 +325,14 @@ ${template}`
325325
<template v-if="error">
326326
<tr>
327327
<td colspan="2" class="py-4 px-2 text-center text-red-500">
328-
{{ $t('common.error') }}
328+
{{ $t('translation_status.table.error') }}
329329
</td>
330330
</tr>
331331
</template>
332332
<template v-else-if="fetchStatus === 'pending'">
333333
<tr>
334334
<td colspan="2" class="py-4 px-2 text-center text-fg-muted">
335-
{{ $t('common.loading') }}
335+
{{ $t('translation_status.table.loading') }}
336336
</td>
337337
</tr>
338338
</template>

0 commit comments

Comments
 (0)