Fix profile page title

pull/1/head
yflory 7 years ago
parent 9e4c48f537
commit dd63cd13d7

@ -401,7 +401,7 @@ define([
ifrw: window, ifrw: window,
common: Cryptpad, common: Cryptpad,
$container: APP.$toolbar, $container: APP.$toolbar,
pageTitle: Messages.settings_title pageTitle: Messages.profileButton
}; };
var toolbar = APP.toolbar = Toolbar.create(configTb); var toolbar = APP.toolbar = Toolbar.create(configTb);
toolbar.$rightside.html(''); // Remove the drawer if we don't use it to hide the toolbar toolbar.$rightside.html(''); // Remove the drawer if we don't use it to hide the toolbar

Loading…
Cancel
Save