catchup-library-web 1.15.9 → 1.15.11

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/dist/index.js CHANGED
@@ -10070,11 +10070,11 @@ var retrieveOutcomePlanTypeOptionList = () => {
10070
10070
  return [
10071
10071
  {
10072
10072
  value: "PLAN",
10073
- text: i18n_default.t("PLAN")
10073
+ text: i18n_default.t("OUTCOME_NARRATIVE_PLAN")
10074
10074
  },
10075
10075
  {
10076
10076
  value: "ACTIVITY",
10077
- text: i18n_default.t("ACTIVITY")
10077
+ text: i18n_default.t("IN_CLASS_ACTIVITY")
10078
10078
  }
10079
10079
  ];
10080
10080
  };
package/dist/index.mjs CHANGED
@@ -9860,11 +9860,11 @@ var retrieveOutcomePlanTypeOptionList = () => {
9860
9860
  return [
9861
9861
  {
9862
9862
  value: "PLAN",
9863
- text: i18n_default.t("PLAN")
9863
+ text: i18n_default.t("OUTCOME_NARRATIVE_PLAN")
9864
9864
  },
9865
9865
  {
9866
9866
  value: "ACTIVITY",
9867
- text: i18n_default.t("ACTIVITY")
9867
+ text: i18n_default.t("IN_CLASS_ACTIVITY")
9868
9868
  }
9869
9869
  ];
9870
9870
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "catchup-library-web",
3
- "version": "1.15.9",
3
+ "version": "1.15.11",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -4,11 +4,11 @@ export const retrieveOutcomePlanTypeOptionList = () => {
4
4
  return [
5
5
  {
6
6
  value: "PLAN",
7
- text: i18n.t("PLAN"),
7
+ text: i18n.t("OUTCOME_NARRATIVE_PLAN"),
8
8
  },
9
9
  {
10
10
  value: "ACTIVITY",
11
- text: i18n.t("ACTIVITY"),
11
+ text: i18n.t("IN_CLASS_ACTIVITY"),
12
12
  },
13
13
  ];
14
14
  };