mirror of
https://github.com/unraid/api.git
synced 2026-02-18 14:08:29 -06:00
refactor(web): ineligible copy
This commit is contained in:
@@ -65,7 +65,7 @@ export const useUpdateOsActionsStore = defineStore('updateOsActions', () => {
|
||||
return 'A valid OS version is required to check for updates.';
|
||||
}
|
||||
if (regUpdatesExpired.value) {
|
||||
return 'Your OS update eligibility has expired. Please renew your license key to enable updates released after your expiration date.';
|
||||
return `Your license key's OS update eligibility has expired. Please renew your license key to enable updates released after your expiration date.`;
|
||||
}
|
||||
return '';
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user