Fix localization key in NobilityView: Update the translation key for the next title display to ensure correct localization in the advance section, enhancing user experience.

This commit is contained in:
Torsten Schulz (local)
2026-01-29 09:45:48 +01:00
parent 1ead06fd4f
commit 506a9cd9c0

View File

@@ -20,7 +20,7 @@
<div v-else-if="activeTab === 'advance'"> <div v-else-if="activeTab === 'advance'">
<div class="advance-section" v-if="next && next.labelTr"> <div class="advance-section" v-if="next && next.labelTr">
<p> <p>
{{ $t('falukant.nobility.<<nextTitle') }}: {{ $t('falukant.nobility.nextTitle') }}:
<strong>{{ $t(`falukant.titles.${gender}.${next.labelTr}`) }}</strong> <strong>{{ $t(`falukant.titles.${gender}.${next.labelTr}`) }}</strong>
</p> </p>
<ul class="prerequisites" v-if="next.requirements && next.requirements.length > 0"> <ul class="prerequisites" v-if="next.requirements && next.requirements.length > 0">