@bigbinary/neeto-molecules 3.5.12 → 3.5.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-molecules",
3
- "version": "3.5.12",
3
+ "version": "3.5.14",
4
4
  "description": "A package of reusable molecular components for neeto products.",
5
5
  "repository": "git@github.com:bigbinary/neeto-molecules.git",
6
6
  "author": "Amaljith K <amaljith.k@bigbinary.com>",
@@ -506,13 +506,13 @@
506
506
  "others": "Others",
507
507
  "metrics": {
508
508
  "completionRate": "Completion rate",
509
- "avgTimeToComplete": "Avg. time to complete",
509
+ "avgTimeToComplete": "Average time to complete",
510
510
  "submissions": "Submissions",
511
511
  "visits": "Visits",
512
512
  "starts": "Starts"
513
513
  },
514
514
  "helpTexts": {
515
- "avgTimeToComplete": "Avg. time updates only with time duration feature enabled."
515
+ "avgTimeToComplete": "Average time updates only with time duration feature enabled."
516
516
  },
517
517
  "browsers": "browsers",
518
518
  "os": "os",
@@ -82,7 +82,7 @@ interface HelpTexts {
82
82
  * }}
83
83
  * helpTexts={{
84
84
  * averageSubmissionTime:
85
- * "Avg. time updates only with time duration feature enabled.",
85
+ * "Average time updates only with time duration feature enabled.",
86
86
  * }}
87
87
  * />
88
88
  * );