summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
Diffstat (limited to 'src/client')
-rw-r--r--src/client/pages/about.vue2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/pages/about.vue b/src/client/pages/about.vue
index dd0be265f5..88358b78f5 100644
--- a/src/client/pages/about.vue
+++ b/src/client/pages/about.vue
@@ -21,6 +21,8 @@
<template #value>{{ meta.maintainerEmail }}</template>
</FormKeyValueView>
</FormGroup>
+
+ <FormLink v-if="meta.tosUrl" :to="meta.tosUrl" external>{{ $t('tos') }}</FormLink>
</FormBase>
</template>