updated title for Form #1159

This commit is contained in:
daria 2023-08-28 13:13:18 +03:00
parent 07f2f171d9
commit 79de71d5a3

View File

@ -75,7 +75,9 @@ define([
Sortable
)
{
document.title = Messages.type.form;
Messages.application = "Application"; // XXX
Messages.cryptpad_title = "CryptPad"; // XXX
document.title = Messages.type.form + " " + Messages.application + " - " + Messages.cryptpad_title;
var APP = window.APP = {
blocks: {}
};