Skip to content

Commit

Permalink
fix locKey for Cerberus page
Browse files Browse the repository at this point in the history
  • Loading branch information
userXinos authored Dec 15, 2023
1 parent b490e62 commit 782402d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/pages/Cerberus.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
href="#DarkCerberus"
/></li>
<li><a
v-t="'CERBERUS_STATIONS'"
v-t="'TID_CERB_STATION_HOME2'"
href="#CerberusStations"
/></li>
</ol>
Expand All @@ -31,9 +31,10 @@
class="topic"
>
<a
v-t="'DARK_CERBERUS'"
href="#DarkCerberus"
class="link-topic"
> {{ 'Dark ' + $t('CERBERUS') }} </a>
/>
</h1>
</div>

Expand Down

0 comments on commit 782402d

Please sign in to comment.