Browse Source

Fix app name in browser title

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/475/head
Joas Schilling 8 years ago
parent
commit
53d87906a1
No known key found for this signature in database GPG Key ID: 7076EA9751AACDDA
  1. 2
      js/app.js

2
js/app.js

@ -400,7 +400,7 @@
} else {
title = '';
}
title += t('spreed', 'Video calls');
title += t('spreed', 'Talk');
title += ' - ' + oc_defaults.title;
window.document.title = title;
},

Loading…
Cancel
Save