Skip to content

Commit

Permalink
Updated: added ion-label and text in locale file.
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Sourabh committed Apr 1, 2024
1 parent a5911f0 commit ced1439
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"Authenticating": "Authenticating",
"Backorder": "Backorder",
"Blank": "Blank",
"Browser TimeZone": "Browser TimeZone",
"Buffer days": "Buffer days",
"Built: ": "Built: {builtDateTime}",
"Bulk adjustment": "Bulk adjustment",
Expand Down Expand Up @@ -147,6 +148,7 @@
"Sorry, your username or password is incorrect. Please try again.": "Sorry, your username or password is incorrect. Please try again.",
"Select CSV": "Select CSV",
"Settings": "Settings",
"Selected TimeZone": "Selected TimeZone",
"Shopify product SKU": "Shopify product SKU",
"Shopify product UPC": "Shopify product UPC",
"Start with Ionic": "Start with Ionic",
Expand Down
5 changes: 3 additions & 2 deletions src/views/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
</template>

<script lang="ts">
import { IonAvatar, IonBadge, IonButton, IonCard, IonCardContent, IonCardHeader, IonCardSubtitle, IonCardTitle, IonContent, IonHeader,IonIcon, IonItem, IonInput, IonMenuButton, IonPage, IonTitle, IonToolbar } from '@ionic/vue';
import { IonAvatar, IonBadge, IonButton, IonCard, IonCardContent, IonCardHeader, IonCardSubtitle, IonCardTitle, IonContent, IonHeader,IonIcon, IonItem, IonInput, IonLabel, IonMenuButton, IonPage, IonTitle, IonToolbar } from '@ionic/vue';
import { defineComponent } from 'vue';
import { codeWorkingOutline, ellipsisVertical, personCircleOutline, openOutline, saveOutline, timeOutline } from 'ionicons/icons'
import { mapGetters, useStore } from 'vuex';
Expand All @@ -103,7 +103,8 @@ export default defineComponent({
IonHeader,
IonIcon,
IonItem,
IonInput,
IonInput,
IonLabel,
IonMenuButton,
IonPage,
IonTitle,
Expand Down

0 comments on commit ced1439

Please sign in to comment.