Fix profile page title
parent
9e4c48f537
commit
dd63cd13d7
|
@ -401,7 +401,7 @@ define([
|
|||
ifrw: window,
|
||||
common: Cryptpad,
|
||||
$container: APP.$toolbar,
|
||||
pageTitle: Messages.settings_title
|
||||
pageTitle: Messages.profileButton
|
||||
};
|
||||
var toolbar = APP.toolbar = Toolbar.create(configTb);
|
||||
toolbar.$rightside.html(''); // Remove the drawer if we don't use it to hide the toolbar
|
||||
|
|
Loading…
Reference in New Issue