refactor: update os ignore release text

This commit is contained in:
Zack Spear
2024-01-26 18:37:23 -08:00
committed by Zack Spear
parent 3e051815c5
commit 01b4937f35
2 changed files with 3 additions and 2 deletions

View File

@@ -143,7 +143,7 @@ const renderMainSlot = computed(() => {
class="inline-block h-20px w-20px transform rounded-full bg-white transition"
/>
</Switch>
<SwitchLabel>{{ t('Ignore this release') }}</SwitchLabel>
<SwitchLabel>{{ t('Ignore this release until next reboot') }}</SwitchLabel>
</div>
</SwitchGroup>
</div>

View File

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