Skip to content

Commit

Permalink
Merge pull request #251 from Jitisha-khede/preorder/#246
Browse files Browse the repository at this point in the history
Removed extra "the" of background job model empty state(#246)
  • Loading branch information
ymaheshwari1 authored Dec 22, 2023
2 parents 0bd40a3 + a85305b commit 96e5897
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/i18n/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
"Store": "Store",
"The order count in product cards will be updated based on the filters you select.": "The order count in product cards will be updated based on the filters you select.",
"The timezone you select is used to ensure automations you schedule are always accurate to the time you select.": "The timezone you select is used to ensure automations you schedule are always accurate to the time you select.",
"There are no jobs running the in the background right now.": "There are no jobs running the in the background right now.",
"There are no jobs running in the background right now.": "There are no jobs running in the background right now.",
"There are no preorders for the filters you have applied and variants you have selected.": "There are no preorders for the filters you have applied and variants you have selected.",
"There are jobs already pending.": "There are { count } jobs already pending.",
"There is a job already pending.": "There is a job already pending.",
Expand Down
2 changes: 1 addition & 1 deletion src/views/background-job-modal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<!-- Empty state -->
<div class="empty-state" v-if="jobTotal === 0">
<img src="../assets/images/JobsEmptyState.png" />
<p>{{ $t("There are no jobs running the in the background right now.") }}</p>
<p>{{ $t("There are no jobs running in the background right now.") }}</p>
</div>

<!-- Active jobs -->
Expand Down

0 comments on commit 96e5897

Please sign in to comment.