refactor(web): ineligible release messaging

This commit is contained in:
Zack Spear
2024-05-01 09:23:02 -07:00
committed by Zack Spear
parent 008e10948e
commit fcd7bb790e

View File

@@ -706,7 +706,7 @@ export const useServerStore = defineStore('server', () => {
return {
heading: 'Ineligible for OS Version',
level: 'error',
message: 'Your License Key does not support this OS Version. OS build date greater than key expiration.',
message: 'Your License Key does not support this OS Version. OS build date greater than key expiration. Please consider extending your registration key.',
actions: [{
href: WEBGUI_TOOLS_REGISTRATION.toString(),
icon: CogIcon,