summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2018-12-03 13:28:19 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2018-12-03 13:28:19 +0100
commit339ee9cffc4ce734860cd2e840a12821cc79990d (patch)
treee5104578778f7136c1552e4ddbb024df4dbad909 /src
parent0f69a61a098acd09acc6468e3ca52f6c6a0b5c63 (diff)
Fix wording on setup screen
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'src')
-rw-r--r--src/App.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.vue b/src/App.vue
index 029bbae2..5108225b 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -16,7 +16,7 @@
<div v-else class="setup">
<template v-if="serverData.isAdmin">
<h2>{{ t('social', 'Social app setup') }}</h2>
- <p>{{ t('social', 'ActivityPub requires a fixed domain to make entries unique. Please configure a domain base. Note that this can not be changed later without resetting the Social app.') }}</p>
+ <p>{{ t('social', 'ActivityPub requires a fixed URL to make entries unique. Note that this can not be changed later without resetting the Social app.') }}</p>
<form @submit.prevent="setCloudAddress">
<p>
<label class="hidden">{{ t('social', 'ActivityPub URL base') }}</label>