diff --git a/src/components/dialog/AboutDialog.vue b/src/components/dialog/AboutDialog.vue index da4d894d..853ea2a7 100644 --- a/src/components/dialog/AboutDialog.vue +++ b/src/components/dialog/AboutDialog.vue @@ -228,7 +228,7 @@ onMounted(() => {
{{ t('setting.about.configDir') }}
- + {{ systemEnv.CONFIG_DIR }}
@@ -236,7 +236,7 @@ onMounted(() => {
{{ t('setting.about.dataDir') }}
- {{ t('setting.about.dataDirectory') }}
@@ -246,7 +246,7 @@ onMounted(() => {
{{ t('setting.about.timezone') }}
- + {{ systemEnv.TZ }}
@@ -295,7 +295,7 @@ onMounted(() => {