diff --git a/www/form/inner.js b/www/form/inner.js index c27b0d086..4196deabc 100644 --- a/www/form/inner.js +++ b/www/form/inner.js @@ -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: {} };