updated title for Slides #1159

This commit is contained in:
daria 2023-08-28 13:08:34 +03:00
parent 5bf4998be6
commit 8e417010a3

View File

@ -59,7 +59,9 @@ define([
Messages,
CMeditor)
{
document.title = Messages.type.slide;
Messages.application = "Application"; // XXX
Messages.cryptpad_title = "CryptPad"; // XXX
document.title = Messages.type.slide + " " + Messages.application + " - " + Messages.cryptpad_title;
window.CodeMirror = CMeditor;
var SLIDE_BACKCOLOR_ID = "cp-app-slide-toolbar-backcolor";