Skip to content

Commit

Permalink
updated title for Form #1159
Browse files Browse the repository at this point in the history
  • Loading branch information
dariiing committed Aug 28, 2023
1 parent 07f2f17 commit 79de71d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion www/form/inner.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {}
};
Expand Down

0 comments on commit 79de71d

Please sign in to comment.