diff --git a/app/Language/en/Jobs.php b/app/Language/en/Jobs.php
index 970e46da1..dbda3d068 100644
--- a/app/Language/en/Jobs.php
+++ b/app/Language/en/Jobs.php
@@ -1,6 +1,7 @@
'Add throttle',
'mode' => 'Mode',
'mode_auto' => 'Auto (Cron / Task Scheduler)',
'mode_invalid' => 'Mode must be one of Auto, Web, or Manual.',
@@ -9,6 +10,7 @@ return [
'not_yet_implemented' => 'Not yet implemented — available in a future release.',
'process_all_jobs' => 'Process All Jobs',
'process_selected_jobs' => 'Process Selected Jobs',
+ 'remove_throttle' => 'Remove throttle',
'saved_successfully' => 'Job Queue settings saved successfully.',
'saved_unsuccessfully' => 'Job Queue settings could not be saved.',
'select_jobs' => 'Select Jobs',
diff --git a/app/Views/partial/job_throttles.php b/app/Views/partial/job_throttles.php
index da10963ad..8f10d35ae 100644
--- a/app/Views/partial/job_throttles.php
+++ b/app/Views/partial/job_throttles.php
@@ -51,9 +51,9 @@ foreach ($throttles as $throttle) {
);
?>
-
+
-
+