updated title for Diagram #1159

This commit is contained in:
daria 2023-08-28 13:10:46 +03:00
parent 8e417010a3
commit 07f2f171d9

View File

@ -12,7 +12,9 @@ define([
Messages,
pako,
X2JS) {
document.title = Messages.type.diagram;
Messages.application = "Application"; // XXX
Messages.cryptpad_title = "CryptPad"; // XXX
document.title = Messages.type.diagram + " " + Messages.application + " - " + Messages.cryptpad_title;
const Nacl = window.nacl;
// As described here: https://drawio-app.com/extracting-the-xml-from-mxfiles/