Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2014-08-05 01:51:02 +0400
committermattab <matthieu.aubry@gmail.com>2014-08-05 01:51:02 +0400
commit168feded405c2ab9ff1baf2b7b3f19fbf54f40ae (patch)
tree63bf1e1733029960a4e7532bd7bc4089034f3c25
parent50be11d312473bfcdf8697ec6e449534bc01e4cb (diff)
revert 2d27720df26 as it broke the All websites dashboard (showing {{ 'string' }} in the UI)
http://builds-artifacts.piwik.org/ui-tests.master/3998.1/screenshot-diffs/singlediff.html?processed=../processed-ui-screenshots/UIIntegrationTest_widgetize_allwebsites.png&expected=UIIntegrationTest_widgetize_allwebsites.png&github=UIIntegrationTest_widgetize_allwebsites.png
-rw-r--r--plugins/MultiSites/angularjs/dashboard/dashboard.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MultiSites/angularjs/dashboard/dashboard.html b/plugins/MultiSites/angularjs/dashboard/dashboard.html
index cf6546acaf..72b93499d3 100644
--- a/plugins/MultiSites/angularjs/dashboard/dashboard.html
+++ b/plugins/MultiSites/angularjs/dashboard/dashboard.html
@@ -58,7 +58,7 @@
<tr ng-if="model.errorLoadingSites">
<td colspan="7">
<div class="notification system notification-error">
- {{ 'General_ErrorRequest'|translate('', '') }}
+ {{ 'General_ErrorRequest'|translate }}
</div>
</td>
</tr>