Skip to content

Commit

Permalink
chore(SiteMigration): Correct description of fail btn
Browse files Browse the repository at this point in the history
  • Loading branch information
balamurali27 committed Nov 30, 2024
1 parent 3d77a14 commit 115b848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion press/press/doctype/site_migration/site_migration.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ frappe.ui.form.on('Site Migration', {
} else if (frm.doc.status === 'Running') {
frm.add_custom_button(__('Fail'), () => {
frappe.confirm(
`Are you sure you want to stop and fail the migration?<br>
`Are you sure you want to skip pending jobs and fail the migration?<br>
This will attempt to stop the migration and put everything back to the original state.<br>
Expand Down

0 comments on commit 115b848

Please sign in to comment.