Skip to content

Commit

Permalink
Improved: updated locale file to make static text entry(#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
ymaheshwari1 committed Aug 14, 2024
1 parent 4f5353e commit b7a46f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ScheduleModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</ion-item>
<ion-item>
<ion-icon slot="start" :icon="timeOutline"/>
<ion-label>{{ isExpressionValid && getCronString ? getNextExecutionTime : "Provide a valid cron expression" }}</ion-label>
<ion-label>{{ isExpressionValid && getCronString ? getNextExecutionTime : translate("Provide a valid cron expression") }}</ion-label>
</ion-item>
</ion-list>

Expand Down
1 change: 1 addition & 0 deletions src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@
"Please select a scheduling for job": "Please select a scheduling for job",
"Product Store": "Product Store",
"Promise date": "Promise date",
"Provide a valid cron expression": "Provide a valid cron expression",
"Proximity": "Proximity",
"priority": "priority",
"Queue": "Queue",
Expand Down

0 comments on commit b7a46f9

Please sign in to comment.