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.
1 parent 2413d58 commit 871d367Copy full SHA for 871d367
1 file changed
app/pages/translation-status.vue
@@ -62,7 +62,7 @@ ${template}`
62
</div>
63
<p class="text-fg-muted text-lg">
64
<template v-if="isLoading || !generatedAt">
65
- <SkeletonInline class="h-6 w-48" />
+ <SkeletonInline class="h-6 w-96" />
66
</template>
67
<i18n-t v-else keypath="translation_status.generated_at" tag="span" scope="global">
68
<template #date>
0 commit comments