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