@coorpacademy/app-review 0.8.7-alpha.3 → 0.8.7-alpha.4
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/locales/en/review.json +2 -0
- package/package.json +2 -2
package/locales/en/review.json
CHANGED
|
@@ -16,6 +16,8 @@
|
|
|
16
16
|
"Quit Description Text": "You’re right on track! If you quit now, you’ll lose your progress.",
|
|
17
17
|
"Stop learning": "End session",
|
|
18
18
|
"Continue learning": "Continue learning",
|
|
19
|
+
"Type here": "Type here",
|
|
20
|
+
"Select an answer": "Select an answer",
|
|
19
21
|
"presentation": {
|
|
20
22
|
"aria_label": "Review Presentation Container",
|
|
21
23
|
"title": "What is<br/>Revision Mode ?",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coorpacademy/app-review",
|
|
3
|
-
"version": "0.8.7-alpha.
|
|
3
|
+
"version": "0.8.7-alpha.4+81bc09baf",
|
|
4
4
|
"description": "",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=16.15.0"
|
|
@@ -71,5 +71,5 @@
|
|
|
71
71
|
"webpack-cli": "^4.10.0",
|
|
72
72
|
"webpack-dev-server": "^4.11.1"
|
|
73
73
|
},
|
|
74
|
-
"gitHead": "
|
|
74
|
+
"gitHead": "81bc09baf94acda036e4196d062de210b448f710"
|
|
75
75
|
}
|