Skip to content

Commit

Permalink
Merge pull request #446 from shopware/adhoc/update-version-text
Browse files Browse the repository at this point in the history
Fix text
  • Loading branch information
bojanrajh authored Dec 11, 2024
2 parents 5ab6994 + 376f98e commit 2e6af4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/SwagOutdatedVersion.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
class="SwagOutdatedVersion my-8"
:key="`${canonicalUrl}-next`"
:page="canonicalUrl"
title="You are viewing next version (v6.7) of the documentation."
title="You are viewing the next version (v6.7) of the documentation."
sub="Click here to switch to the stable version (v6.6), or use the version switcher on the left to navigate between versions." />
<PageRef
v-else-if="route.path.startsWith('/docs/v6.')"
class="SwagOutdatedVersion my-8"
:key="`${canonicalUrl}-outdated`"
:page="canonicalUrl"
title="You are viewing outdated version of the documentation."
title="You are viewing an outdated version of the documentation."
sub="Click here to switch to the stable version (v6.6), or use the version switcher on the left to navigate between versions." />
</template>

Expand Down

0 comments on commit 2e6af4d

Please sign in to comment.