=== modified file 'dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/dashboard.vm' --- dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/dashboard.vm 2013-08-23 11:12:24 +0000 +++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/dashboard.vm 2013-08-23 12:52:24 +0000 @@ -14,7 +14,7 @@ var i18n_click_to_explore_drag_to_new_position = '$encoder.jsEscape( $i18n.getString( "click_to_explore_drag_to_new_position" ), "'")'; var i18n_drag_to_new_position = '$encoder.jsEscape( $i18n.getString( "drag_to_new_position" ), "'")'; var i18n_manage = '$encoder.jsEscape( $i18n.getString( "manage" ), "'")'; -var i18n_sharing = '$encoder.jsEscape( $i18n.getString( "sharing" ), "'")'; +var i18n_share = '$encoder.jsEscape( $i18n.getString( "share" ), "'")';

@@ -44,7 +44,7 @@ === modified file 'dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/javascript/dashboard.js' --- dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/javascript/dashboard.js 2013-08-23 11:42:41 +0000 +++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/javascript/dashboard.js 2013-08-23 12:52:24 +0000 @@ -272,7 +272,7 @@ var sharingLink = $( '' ) .addClass( 'bold' ) - .text( i18n_sharing ) + .text( i18n_share ) .attr( 'href', 'javascript:showSharingDialog("dashboard", "' + dashboard.id + '")' ); $( '#manageSharing' ).html( sharingLink ); } else { @@ -293,7 +293,7 @@ 'text-decoration': 'none', 'color': 'black' }) - .text( i18n_sharing ); + .text( i18n_share ); $( '#manageSharing' ).html( sharingLink ); } }