← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 16066: GIS minor fix.

 

Merge authors:
  Jan Henrik Øverland (janhenrik-overland)
------------------------------------------------------------
revno: 16066 [merge]
committer: Jan Henrik Overland <janhenrik.overland@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2014-07-10 10:49:47 +0200
message:
  GIS minor fix.
modified:
  dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/app/scripts/app.js


--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk

Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/app/scripts/app.js'
--- dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/app/scripts/app.js	2014-07-08 15:27:21 +0000
+++ dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/app/scripts/app.js	2014-07-10 08:48:08 +0000
@@ -6495,7 +6495,7 @@
         });
 
         label = Ext.create('Ext.panel.Panel', {
-			title: '<div class="ns-panel-title-data">' + GIS.i18n.labels + '</div>',
+			title: '<div class="ns-panel-title-data">Options</div>',
 			hideCollapseTool: true,
             items: labelPanel,
 			listeners: {
@@ -7997,7 +7997,7 @@
         labelPanel = Ext.create('Ext.ux.panel.LabelPanel');
 
         label = Ext.create('Ext.panel.Panel', {
-			title: '<div class="ns-panel-title-data">' + GIS.i18n.labels + '</div>',
+			title: '<div class="ns-panel-title-data">Options</div>',
 			hideCollapseTool: true,
             items: labelPanel,
 			listeners: {