openatc-components 0.4.73 → 0.4.74

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": "openatc-components",
3
- "version": "0.4.73",
3
+ "version": "0.4.74",
4
4
  "description": "A Vue.js project",
5
5
  "author": "openatc developer",
6
6
  "private": false,
@@ -11,7 +11,7 @@
11
11
  {{$t('openatccomponents.phase.phase')}}{{ids}}<span v-if="index3+1!==list.includedphases.length">,</span>
12
12
  </span>
13
13
  <span v-if="list.modifyphase && list.modifyphase.length>0">(<span v-for="(ids, index4) in list.modifyphase" :key="index4">
14
- *P{{ ids
14
+ *{{$t('openatccomponents.phase.phase')}}{{ ids
15
15
  }}<span v-if="index4 + 1 !== list.modifyphase.length"
16
16
  >,</span
17
17
  >
@@ -29,7 +29,7 @@
29
29
  {{$t('openatccomponents.phase.phase')}}{{ids}}<span v-if="index3+1!==list.includedphases.length">,</span>
30
30
  </span>
31
31
  <span v-if="list.modifyphase && list.modifyphase.length>0">(<span v-for="(ids, index4) in list.modifyphase" :key="index4">
32
- *P{{ ids
32
+ *{{$t('openatccomponents.phase.phase')}}{{ ids
33
33
  }}<span v-if="index4 + 1 !== list.modifyphase.length"
34
34
  >,</span
35
35
  >