Updated Branches: refs/heads/trunk 3ce506e2f -> e10d85756
AMBARI-3690. Typo in text label on Hosts page. (yusaku) Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/e10d8575 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/e10d8575 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/e10d8575 Branch: refs/heads/trunk Commit: e10d85756dd55729c20aeda2baa0d6c93c4ca31d Parents: 3ce506e Author: Yusaku Sako <[email protected]> Authored: Mon Nov 4 18:47:45 2013 -0800 Committer: Yusaku Sako <[email protected]> Committed: Mon Nov 4 18:50:28 2013 -0800 ---------------------------------------------------------------------- ambari-web/app/messages.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/e10d8575/ambari-web/app/messages.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/messages.js b/ambari-web/app/messages.js index 11b109f..97cc70a 100644 --- a/ambari-web/app/messages.js +++ b/ambari-web/app/messages.js @@ -1582,7 +1582,7 @@ Em.I18n.translations = { 'apps.filters.clearFilters': 'Clear filters', 'apps.filters.paginationInfo': '{0} - {1} of {2}', 'apps.filters.clearAllFilters': 'Clear all filters', - 'apps.filters.filteredHostsInfo': '{0} of {1} hosts filterd', + 'apps.filters.filteredHostsInfo': '{0} of {1} hosts filtered', 'apps.filters.customRunDate':'Run Date custom filter', 'apps.filters.nothingToShow': 'No jobs to display', 'apps.dagCharts.popup':'Job Charts',
