diff --git a/web/components/UpdateOs/CheckUpdateResponseModal.vue b/web/components/UpdateOs/CheckUpdateResponseModal.vue
index 9545ace86..20fa69a88 100644
--- a/web/components/UpdateOs/CheckUpdateResponseModal.vue
+++ b/web/components/UpdateOs/CheckUpdateResponseModal.vue
@@ -143,7 +143,7 @@ const renderMainSlot = computed(() => {
class="inline-block h-20px w-20px transform rounded-full bg-white transition"
/>
- {{ t('Ignore this release') }}
+ {{ t('Ignore this release until next reboot') }}
diff --git a/web/locales/en_US.json b/web/locales/en_US.json
index e3fead9d1..b77c95b3c 100644
--- a/web/locales/en_US.json
+++ b/web/locales/en_US.json
@@ -347,5 +347,6 @@
"Unraid OS {0} Update Available": "Unraid OS {0} Update Available",
"Remove": "Remove",
"Remove from ignore list": "Remove from ignore list",
- "Ignored Releases": "Ignored Releases"
+ "Ignored Releases": "Ignored Releases",
+ "Ignore this release until next reboot": "Ignore this release until next reboot"
}