diff --git a/press/press/doctype/site_migration/site_migration.js b/press/press/doctype/site_migration/site_migration.js
index f207daaeb4..fecc5bc185 100644
--- a/press/press/doctype/site_migration/site_migration.js
+++ b/press/press/doctype/site_migration/site_migration.js
@@ -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?
+ `Are you sure you want to skip pending jobs and fail the migration?
This will attempt to stop the migration and put everything back to the original state.