mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Add author link description
This commit is contained in:
parent
814a4670fa
commit
8bc8a7c459
@ -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";
|
||||
|
||||
@ -4968,6 +4968,7 @@ define([
|
||||
});
|
||||
var content = h('div', [
|
||||
h('h4', Messages.form_guestAuthorTitle),
|
||||
h('p', Messages.form_guestEditLinkDefinition),
|
||||
h('p', bodyMsg),
|
||||
linkInput
|
||||
]);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user