Add author link description

This commit is contained in:
DianaXWiki 2026-08-19 11:44:08 +02:00
parent 814a4670fa
commit 8bc8a7c459
2 changed files with 2 additions and 1 deletions

View File

@ -160,7 +160,7 @@ define(req, function(AppConfig, Default, Language) {
// XXX
Messages.form_guestAuthorTitle = "Save your author link before sharing";
Messages.form_guestEditLinkDefinition = "This form's author link is the private link to modify questions and read responses.";
Messages.form_guestAuthorBody = "This author link is currently not stored anywhere since you are not logged in. To avoid loosing access in future please save this link now:.";
Messages.form_guestAuthorBody = "This author link is currently not stored anywhere since you are not logged in. To avoid loosing access in future please save this link now:";
Messages.form_guestAuthorBodyStored = "This author link is currently only stored on this device, please save it to avoid loosing access to your form.";
Messages.form_guestAuthorCopied = "Author link copied";
Messages.form_guestAuthorContinuePublic = "Continue to public link";

View File

@ -4968,6 +4968,7 @@ define([
});
var content = h('div', [
h('h4', Messages.form_guestAuthorTitle),
h('p', Messages.form_guestEditLinkDefinition),
h('p', bodyMsg),
linkInput
]);