Skip to content

Commit

Permalink
Merge pull request #252 from ymaheshwari1/#245
Browse files Browse the repository at this point in the history
Improved: updated locale file to make static text entry(#245)
  • Loading branch information
ymaheshwari1 authored Aug 14, 2024
2 parents 9df831b + b7a46f9 commit 6ba6972
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 @@ -121,6 +121,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 6ba6972

Please sign in to comment.