refactor(web): ineligible copy

This commit is contained in:
Zack Spear
2023-10-04 22:20:10 -07:00
committed by Zack Spear
parent 3d99061a07
commit 01019ad546

View File

@@ -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 '';
});