Skip to content

Commit

Permalink
updated background-job-modal.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
Jitisha-khede committed Oct 23, 2023
1 parent 2b7338a commit a85305b
Showing 1 changed file with 1 addition and 1 deletion.
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 a85305b

Please sign in to comment.