mirror of
https://github.com/unraid/api.git
synced 2026-02-21 15:38:44 -06:00
refactor: update os ignore release text
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user