AMBARI-22663 Log Search UI: incorrect caption for graph gap in weeks. (ababiichuk)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/2244d973 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/2244d973 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/2244d973 Branch: refs/heads/branch-feature-AMBARI-20859 Commit: 2244d973833ba1ce12bb73dc861ced618f3b9344 Parents: d5120aa Author: ababiichuk <[email protected]> Authored: Mon Dec 18 13:30:27 2017 +0200 Committer: Robert Levas <[email protected]> Committed: Fri Jan 5 17:54:16 2018 -0500 ---------------------------------------------------------------------- ambari-logsearch/ambari-logsearch-web/src/assets/i18n/en.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/2244d973/ambari-logsearch/ambari-logsearch-web/src/assets/i18n/en.json ---------------------------------------------------------------------- diff --git a/ambari-logsearch/ambari-logsearch-web/src/assets/i18n/en.json b/ambari-logsearch/ambari-logsearch-web/src/assets/i18n/en.json index 3f4f5c8..9561ca0 100644 --- a/ambari-logsearch/ambari-logsearch-web/src/assets/i18n/en.json +++ b/ambari-logsearch/ambari-logsearch-web/src/assets/i18n/en.json @@ -169,5 +169,7 @@ "histogram.gap.hour": "hour", "histogram.gap.hours": "hours", "histogram.gap.day": "day", - "histogram.gap.days": "days" + "histogram.gap.days": "days", + "histogram.gap.week": "week", + "histogram.gap.weeks": "weeks" }
