Skip to content

Commit

Permalink
updated title for Slides #1159
Browse files Browse the repository at this point in the history
  • Loading branch information
dariiing committed Aug 28, 2023
1 parent 5bf4998 commit 8e41701
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion www/slide/inner.js
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 8e41701

Please sign in to comment.