mirror of
https://github.com/unraid/api.git
synced 2026-01-02 06:30:02 -06:00
@@ -87,8 +87,8 @@ const updateOsToolsUpdatePageButton = computed(() => {
|
||||
href: WEBGUI_TOOLS_REGISTRATION.toString(),
|
||||
icon: KeyIcon,
|
||||
text: rebootType.value === 'downgrade'
|
||||
? props.t('Reboot Now to Downgrade to {0}', [rebootVersion])
|
||||
: props.t('Reboot Now to Update to {0}', [rebootVersion]),
|
||||
? props.t('Reboot Now to Downgrade to {0}', [rebootVersion.value])
|
||||
: props.t('Reboot Now to Update to {0}', [rebootVersion.value]),
|
||||
};
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user