Skip to content

Commit

Permalink
update cta text
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnth committed Oct 23, 2024
1 parent 578b9d8 commit fd08a6a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/layout/AppSidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ const maximized = computed(() => !uiStore.sidebarMinimized);
</svg>
</button>
</div>
<p class="mb-3 text-sm text-surface-800 dark:text-blue-200">
{{ $t("nav.sidebar.cta.content") }}
</p>
<i18n-t keypath="nav.sidebar.cta.content" tag="p" class="mb-3 text-sm text-surface-800 dark:text-blue-200">
<a class="font-bold" href="https://gepris.dfg.de/gepris/projekt/460665940?context=projekt&task=showDetail&id=460665940&">{{ $t('nav.sidebar.cta.link') }}</a>
</i18n-t>
</div>
<div v-else-if="uiStore.sidebarCtaVisible" class="flex justify-center">
<span
Expand Down
3 changes: 2 additions & 1 deletion src/locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
},
"cta": {
"header": "Info",
"content": "Der hier verfügbare Pro-Modus repräsentiert das Resultat des OCR4all-libraries-Projekts. Der Basis-Modus für geführte Verarbeitung und viele zusätzliche Funktionalitäten werden in einem zukünftigen Release enthalten sein."
"content": "Der hier verfügbare Pro-Modus repräsentiert das Resultat des {0}. Der Basis-Modus für geführte Verarbeitung und viele zusätzliche Funktionalitäten werden in einem zukünftigen Release enthalten sein.",
"link": "OCR4all-libraries-Projekts"
}
}
},
Expand Down
3 changes: 2 additions & 1 deletion src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
},
"cta": {
"header": "Info",
"content": "This pro mode represents the result of the OCR4all-libraries project. The base mode for guided processing and many additional features will be included in an additional release."
"content": "This pro mode represents the result of the {0}. The base mode for guided processing and many additional features will be included in an additional release.",
"link": "OCR4all-libraries project"
}
}
},
Expand Down

0 comments on commit fd08a6a

Please sign in to comment.