Skip to content

Commit

Permalink
tweak the 'stop crawl' confirmation message to be more accurate (#2215)
Browse files Browse the repository at this point in the history
More accurate description of what happens when the crawl is stopped
(reported by @dcgomes, revised by @emma-sg)
  • Loading branch information
ikreymer authored Dec 7, 2024
1 parent 69f21b2 commit b741de0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion frontend/src/pages/org/workflow-detail.ts
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ export class WorkflowDetail extends BtrixElement {
@sl-after-hide=${() => (this.isDialogVisible = false)}
>
${msg(
"Pages crawled so far will be saved and marked as incomplete. Are you sure you want to stop crawling?",
"Pages currently being crawled will be completed and saved, and finished pages will be kept, but all remaining pages in the queue will be discarded. Are you sure you want to stop crawling?",
)}
<div slot="footer" class="flex justify-between">
<sl-button
Expand Down
6 changes: 3 additions & 3 deletions frontend/xliff/es.xlf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b741de0

Please sign in to comment.