feat(i18n): allow "Version" string on about page to localize (#1314)
This commit is contained in:
parent
ae05d3bee5
commit
61f2237121
3 changed files with 5 additions and 3 deletions
|
@ -33,7 +33,7 @@ const handleShowCommit = () => {
|
|||
|
||||
<template v-if="isHydrated">
|
||||
<SettingsItem
|
||||
text="Version"
|
||||
:text="$t('settings.about.version')"
|
||||
:to="showCommit ? `https://github.com/elk-zone/elk/commit/${buildInfo.commit}` : undefined"
|
||||
external target="_blank"
|
||||
@click="handleShowCommit"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue