From 330059e46e79c9810476cf57ac62c9fd1573e1a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Benqu=C3=A9?= Date: Thu, 5 Mar 2020 17:04:20 +0000 Subject: [PATCH] use a new key for log out everywhere --- www/common/common-ui-elements.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/common/common-ui-elements.js b/www/common/common-ui-elements.js index 87f49b8f2..775e24c3a 100644 --- a/www/common/common-ui-elements.js +++ b/www/common/common-ui-elements.js @@ -3390,7 +3390,7 @@ define([ attributes: { 'class': 'cp-toolbar-menu-logout-everywhere fa fa-plug', }, - content: h('span', Messages.settings_logoutEverywhereTitle) + content: h('span', Messages.logoutEverywhere) }); options.push({ tag: 'a',