diff --git a/ui/public/i18n/en/translation.json b/ui/public/i18n/en/translation.json index ca20c60..fc119b1 100644 --- a/ui/public/i18n/en/translation.json +++ b/ui/public/i18n/en/translation.json @@ -40,8 +40,8 @@ "disabled": "Disabled", "instance_configuration": "Configure {instance}", "configuring": "Configuring...", - "cannot_be_configured_again": "This instance cannot be configured anymore here", - "must_be_configured_inside_dokuwiki": "The admin user and settings must be configured inside DokuWiki", + "dokuwiki_note": "Note", + "must_be_configured_inside_dokuwiki": "You can configure only Dokuwiki FQDN in this page. To configure other setting go to {dokuwiki}", "email_format": "Invalid email address" }, "about": { diff --git a/ui/src/views/Settings.vue b/ui/src/views/Settings.vue index f7ff6ad..f68d363 100644 --- a/ui/src/views/Settings.vue +++ b/ui/src/views/Settings.vue @@ -19,8 +19,8 @@
@@ -162,6 +162,7 @@ export default { page: "settings", }, urlCheckInterval: null, + dokuwiki_url: ""+this.host+"", already_set: false, wikiName: "", username: "",