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 edbd673 commit 3984a06Copy full SHA for 3984a06
1 file changed
app/components/BuildEnvironment.vue
@@ -13,7 +13,7 @@ const buildInfo = useAppConfig().buildInfo
13
:class="footer ? 'mt-4 justify-start' : 'mb-8 justify-center'"
14
style="animation-delay: 0.05s"
15
>
16
- <i18n-t keypath="built_at">
+ <i18n-t keypath="built_at" scope="global">
17
<NuxtTime :datetime="buildInfo.time" :locale="locale" relative />
18
</i18n-t>
19
<span>·</span>
0 commit comments