From 4681c4e789edb336344e35fd02518cfdf63d01c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81ngel=20L=2E=20Garc=C3=ADa?= Date: Wed, 30 Oct 2013 08:49:13 +0100 Subject: [PATCH] Use variable instead static text in tab for internationalization and localization. --- .../src/main/webapp/resources/js/user/sonia.user.panel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scm-webapp/src/main/webapp/resources/js/user/sonia.user.panel.js b/scm-webapp/src/main/webapp/resources/js/user/sonia.user.panel.js index 0833009f40..249db36c20 100644 --- a/scm-webapp/src/main/webapp/resources/js/user/sonia.user.panel.js +++ b/scm-webapp/src/main/webapp/resources/js/user/sonia.user.panel.js @@ -69,7 +69,7 @@ Sonia.user.Panel = Ext.extend(Sonia.rest.Panel, { region: 'south', items: [{ bodyCssClass: 'x-panel-mc', - title: 'User Form', + title: this.titleText, padding: 5, html: this.emptyText }]