From dd63cd13d7b103de1716666c616c5b7bf099bc2b Mon Sep 17 00:00:00 2001 From: yflory Date: Wed, 18 Oct 2017 16:59:20 +0200 Subject: [PATCH] Fix profile page title --- www/profile/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/profile/main.js b/www/profile/main.js index bd604dce6..ef2ac9a81 100644 --- a/www/profile/main.js +++ b/www/profile/main.js @@ -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