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:
authorStefan Giehl <stefan@matomo.org>2020-12-17 06:36:45 +0300
committerGitHub <noreply@github.com>2020-12-17 06:36:45 +0300
commit9e6094647e7151ba00e34ae234d4f6890ab52c2e (patch)
tree3c22529e0218fd6ff43725da25a24f4b01ee41a1 /plugins/CoreHome/lang
parent4a241a72c52ebb54df3f9fa92e6fb392d22c4cd8 (diff)
Show an error notification in UI when given date/period combination is invalid (#16840)
* Show an error notification in UI when given date/period combination is invalid * Adds UI test * unify usage of date/period params from url/hash * updates ui screenshots changed due to the lastindexof change * use indexOf when searching for multiple values * updates submodule * Fix broadcast.getParamValue * remove debug code * Adds some simple tests * improve ui test * do not url decode as it breaks segmentation tests
Diffstat (limited to 'plugins/CoreHome/lang')
-rw-r--r--plugins/CoreHome/lang/en.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/CoreHome/lang/en.json b/plugins/CoreHome/lang/en.json
index 752b760ab9..fac30632ed 100644
--- a/plugins/CoreHome/lang/en.json
+++ b/plugins/CoreHome/lang/en.json
@@ -16,6 +16,7 @@
"DataTableHowToSearch": "Press enter or click the search icon to search",
"DataTableShowDimensions": "Dimensions are combined %s Show dimensions separately",
"DataTableCombineDimensions": "Dimensions are shown separately %s Show dimensions combined",
+ "DateInvalid": "The given date and period combination is invalid. Please choose a valid date in the date selector.",
"Default": "default",
"DonateCall1": "Matomo will always cost you nothing to use, but that doesn't mean it costs us nothing to make.",
"DonateCall2": "Matomo needs your continued support to grow and thrive.",