tweak the 'stop crawl' confirmation message to be more accurate (#2215)

More accurate description of what happens when the crawl is stopped
(reported by @dcgomes, revised by @emma-sg)
This commit is contained in:
Ilya Kreymer 2024-12-07 13:16:09 -08:00 committed by GitHub
parent 69f21b2a79
commit b741de0232
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -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

6
frontend/xliff/es.xlf generated
View File

@ -884,9 +884,6 @@
<trans-unit id="sa84be0d8d11ebe27">
<source>Stop Crawl?</source>
</trans-unit>
<trans-unit id="s466e8c1ec1a81a75">
<source>Pages crawled so far will be saved and marked as incomplete. Are you sure you want to stop crawling?</source>
</trans-unit>
<trans-unit id="s9f90886fea6a9515">
<source>Keep Crawling</source>
</trans-unit>
@ -3823,6 +3820,9 @@
<source>PM</source>
<note from="lit-localize">Time AM/PM</note>
</trans-unit>
<trans-unit id="s2b933576a3ca5f07">
<source>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?</source>
</trans-unit>
</body>
</file>
</xliff>