We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
common.*
1 parent 16e5631 commit 0e064fcCopy full SHA for 0e064fc
1 file changed
app/pages/translation-status.vue
@@ -325,14 +325,14 @@ ${template}`
325
<template v-if="error">
326
<tr>
327
<td colspan="2" class="py-4 px-2 text-center text-red-500">
328
- {{ $t('common.error') }}
+ {{ $t('translation_status.table.error') }}
329
</td>
330
</tr>
331
</template>
332
<template v-else-if="fetchStatus === 'pending'">
333
334
<td colspan="2" class="py-4 px-2 text-center text-fg-muted">
335
- {{ $t('common.loading') }}
+ {{ $t('translation_status.table.loading') }}
336
337
338
0 commit comments