Adjust all calls

This commit is contained in:
Iván Ovejero
2021-12-07 15:58:26 +01:00
parent c5ef97a30b
commit 7805b21a15
71 changed files with 770 additions and 747 deletions

View File

@@ -6,17 +6,17 @@
>
<template slot="header">
<span :class="$style.title">
{{ $baseText('updatesPanel.weVeBeenBusy') }}
{{ $i18n2.baseText('updatesPanel.weVeBeenBusy') }}
</span>
</template>
<template slot="content">
<section :class="$style['description']">
<p v-if="currentVersion">
{{ $baseText(
{{ $i18n2.baseText(
'updatesPanel.youReOnVersion',
{ interpolate: { currentVersionName: currentVersion.name } }
) }}
<strong><TimeAgo :date="currentVersion.createdAt" /></strong>{{ $baseText('updatesPanel.andIs') }} <strong>{{ $baseText(
<strong><TimeAgo :date="currentVersion.createdAt" /></strong>{{ $i18n2.baseText('updatesPanel.andIs') }} <strong>{{ $i18n2.baseText(
'updatesPanel.version',
{
interpolate: {
@@ -24,7 +24,7 @@
howManySuffix: nextVersions.length > 1 ? "s" : "",
}
}
)}}</strong> {{ $baseText('updatesPanel.behindTheLatest') }}
)}}</strong> {{ $i18n2.baseText('updatesPanel.behindTheLatest') }}
</p>
<a
@@ -35,7 +35,7 @@
>
<font-awesome-icon icon="info-circle"></font-awesome-icon>
<span>
{{ $baseText('updatesPanel.howToUpdateYourN8nVersion') }}
{{ $i18n2.baseText('updatesPanel.howToUpdateYourN8nVersion') }}
</span>
</a>