diff options
author | Valérie-Emma Leroux <emma@iggdrasil.net> | 2016-02-24 19:03:18 +0100 |
---|---|---|
committer | Valérie-Emma Leroux <emma@iggdrasil.net> | 2016-02-24 19:03:18 +0100 |
commit | 08fd9ff26d3d61155f421d6229c3eaa2f29fa9b3 (patch) | |
tree | 80049a20180878b3420252db8d80370d48684cf3 /ishtar_common/templates/ishtar/dashboards | |
parent | f1735f9f3ee84a45f8a65cacfe43709eda392425 (diff) | |
download | Ishtar-08fd9ff26d3d61155f421d6229c3eaa2f29fa9b3.tar.bz2 Ishtar-08fd9ff26d3d61155f421d6229c3eaa2f29fa9b3.zip |
Update translations
Diffstat (limited to 'ishtar_common/templates/ishtar/dashboards')
-rw-r--r-- | ishtar_common/templates/ishtar/dashboards/dashboard_main_detail.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/templates/ishtar/dashboards/dashboard_main_detail.html b/ishtar_common/templates/ishtar/dashboards/dashboard_main_detail.html index 87ce5c528..d7ea16d90 100644 --- a/ishtar_common/templates/ishtar/dashboards/dashboard_main_detail.html +++ b/ishtar_common/templates/ishtar/dashboards/dashboard_main_detail.html @@ -105,7 +105,7 @@ if (typeof values_1_{{unique_id}} === 'undefined' || values_1_{{unique_id}}.length == 0){ $('#chart_img_{{unique_id}}').hide(); -$('#chart_{{unique_id}}').html("<p class='alert'>{% trans 'No data for theses criteria.' %}</p>"); +$('#chart_{{unique_id}}').html("<p class='alert'>{% trans 'No data for these criteria.' %}</p>"); } else { var showmarker = false; |