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:
authorbarbushin <barbushin@gmail.com>2015-07-06 13:36:06 +0300
committerbarbushin <barbushin@gmail.com>2015-07-06 13:36:06 +0300
commit5436eda006da115c916b30de350a8663211f4817 (patch)
tree0b403713b9ed2edcf61544d8d0d2ff5fe588b97f /plugins/Goals/lang/en.json
parentc66d279559e3fead27f3cd168bb6a2b46f5651ea (diff)
Fix disabled radio and texts in Add Goal form
Diffstat (limited to 'plugins/Goals/lang/en.json')
-rw-r--r--plugins/Goals/lang/en.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Goals/lang/en.json b/plugins/Goals/lang/en.json
index 2728b1eb09..b8c9bf0fdf 100644
--- a/plugins/Goals/lang/en.json
+++ b/plugins/Goals/lang/en.json
@@ -38,7 +38,7 @@
"Conversions": "%s conversions",
"ConversionsOverview": "Conversions Overview",
"ConversionsOverviewBy": "Conversions overview by type of visit",
- "CreateNewGOal": "Create a new Goal",
+ "CreateNewGOal": "Add a new Goal",
"DaysToConv": "Days to Conversion",
"Details": "Goal details",
"DefaultGoalConvertedOncePerVisit": "(default) Goal can only be converted once per visit",
@@ -104,4 +104,4 @@
"WhereVisitedPageManuallyCallsJavascriptTrackerLearnMore": "where the visited page contains a call to the JavaScript 'trackGoal' method (%slearn more%s)",
"YouCanEnableEcommerceReports": "You can enable %s for this website in the %s page."
}
-} \ No newline at end of file
+}