@eturnity/eturnity_reusable_components 8.16.2--EPDM-14330.10 → 8.16.2--EPDM-14330.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eturnity/eturnity_reusable_components",
3
- "version": "8.16.2--EPDM-14330.10",
3
+ "version": "8.16.2--EPDM-14330.11",
4
4
  "files": [
5
5
  "dist",
6
6
  "src"
@@ -19,7 +19,7 @@
19
19
  v-for="(item, index) in selectedSort"
20
20
  :key="index"
21
21
  >
22
- <LeadingText>{{ $gettext('where') }}</LeadingText>
22
+ <LeadingText>{{ $gettext('if') }}</LeadingText>
23
23
  <SelectComponent
24
24
  ref="selectSortDropdown"
25
25
  align-items="vertical"
@@ -191,7 +191,7 @@
191
191
  </template>
192
192
  <template v-else>
193
193
  <SortDropdownContainer>
194
- <LeadingText>{{ $gettext('where') }}</LeadingText>
194
+ <LeadingText>{{ $gettext('if') }}</LeadingText>
195
195
  <SelectComponent
196
196
  ref="selectSortDropdown"
197
197
  align-items="vertical"
@@ -250,7 +250,7 @@
250
250
  </template>
251
251
  </SortOptionsContainer>
252
252
  <BottomContainer>
253
- <PlaceholderText>{{ $gettext('where') }}</PlaceholderText>
253
+ <PlaceholderText>{{ $gettext('if') }}</PlaceholderText>
254
254
  <ButtonIcon
255
255
  icon-name="plus_button"
256
256
  :text="$gettext('add_filter')"