mirror of
https://github.com/YunoHost-Apps/dato_ynh.git
synced 2024-09-03 18:16:33 +02:00
17 lines
560 B
JavaScript
17 lines
560 B
JavaScript
|
|
module.exports = {
|
|
|
|
adminEmail: "{{{admin_email}}}",
|
|
|
|
otherOptionsThanLogin: [
|
|
"If you have no dato account, you should request one to the administrator of this server.",
|
|
"",
|
|
'Don\'t want to create an account?',
|
|
'<a href="https://publicdato.eauchat.org">use the public version of dato</a>',
|
|
'(The public version is the same as this one, just without autosynchronization of the databases.)',
|
|
"",
|
|
'Interested in knowing more about dato?',
|
|
'<a href="https://squeak.eauchat.org/dato/">What is dato?</a>',
|
|
].join("<br>"),
|
|
|
|
};
|