diff --git a/dashboard-ui/mypreferenceswebclient.html b/dashboard-ui/mypreferenceswebclient.html index 2373f7d927..9fc33a5f77 100644 --- a/dashboard-ui/mypreferenceswebclient.html +++ b/dashboard-ui/mypreferenceswebclient.html @@ -30,9 +30,9 @@ - - - + + + @@ -45,9 +45,9 @@ - - - + + + @@ -61,9 +61,9 @@ - - - + + + @@ -77,9 +77,9 @@ - - - + + + diff --git a/dashboard-ui/scripts/indexpage.js b/dashboard-ui/scripts/indexpage.js index 8e56646578..a8a1099a52 100644 --- a/dashboard-ui/scripts/indexpage.js +++ b/dashboard-ui/scripts/indexpage.js @@ -101,7 +101,7 @@ var html = '
'; if (index) { - html += '

' + Globalize.translate('HeaderMyViews') + '

'; + html += '

' + Globalize.translate('HeaderMyMedia') + '

'; } html += '
'; html += createMediaLinks({ @@ -212,7 +212,7 @@ var cssClass = index !== 0 ? 'listHeader' : 'listHeader firstListHeader'; html += '
'; - html += '

' + Globalize.translate('HeaderMyViews') + '

'; + html += '

' + Globalize.translate('HeaderMyMedia') + '

'; if (user.Policy.EnableUserPreferenceAccess) { html += '' + Globalize.translate('ButtonEdit') + ''; diff --git a/dashboard-ui/wizardfinish.html b/dashboard-ui/wizardfinish.html index 77efa049b9..bfe31a3a2c 100644 --- a/dashboard-ui/wizardfinish.html +++ b/dashboard-ui/wizardfinish.html @@ -21,7 +21,7 @@ - +