mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
updated title for Diagram #1159
This commit is contained in:
parent
8e417010a3
commit
07f2f171d9
@ -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/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user