mirror of
https://github.com/unraid/api.git
synced 2025-12-31 13:39:52 -06:00
chore: update eligibility copy (#1376)
This commit is contained in:
@@ -28,7 +28,7 @@ const output = computed(() => {
|
||||
}
|
||||
return {
|
||||
text: regUpdatesExpired.value
|
||||
? props.t('Ineligible for feature updates released after {0}', [outputDateTimeFormatted.value])
|
||||
? `${props.t('Eligible for updates released on or before {0}.', [outputDateTimeFormatted.value])} ${props.t('Extend your license to access the latest updates.')}`
|
||||
: props.t('Eligible for free feature updates until {0}', [outputDateTimeFormatted.value]),
|
||||
title: regUpdatesExpired.value
|
||||
? props.t('Ineligible as of {0}', [outputDateTimeReadableDiff.value])
|
||||
|
||||
@@ -36,7 +36,7 @@ const output = computed(() => {
|
||||
}
|
||||
return {
|
||||
text: regUpdatesExpired.value
|
||||
? props.t('Ineligible for feature updates released after {0}', [formattedRegExp.value])
|
||||
? `${props.t('Eligible for updates released on or before {0}.', [formattedRegExp.value])} ${props.t('Extend your license to access the latest updates.')}`
|
||||
: props.t('Eligible for free feature updates until {0}', [formattedRegExp.value]),
|
||||
title: regUpdatesExpired.value
|
||||
? props.t('Ineligible as of {0}', [readableDiffRegExp.value])
|
||||
|
||||
@@ -112,7 +112,7 @@ const modalCopy = computed((): ModalCopy | null => {
|
||||
|
||||
if (availableWithRenewal.value) {
|
||||
const description = regUpdatesExpired.value
|
||||
? props.t('Ineligible for feature updates released after {0}', [formattedRegExp.value])
|
||||
? `${props.t('Eligible for updates released on or before {0}.', [formattedRegExp.value])} ${props.t('Extend your license to access the latest updates.')}`
|
||||
: props.t('Eligible for free feature updates until {0}', [formattedRegExp.value]);
|
||||
return {
|
||||
title: props.t('Unraid OS {0} Released', [availableWithRenewal.value]),
|
||||
|
||||
@@ -62,7 +62,7 @@ const regExpOutput = computed(() => {
|
||||
}
|
||||
return {
|
||||
text: regUpdatesExpired.value
|
||||
? props.t('Ineligible for feature updates released after {0}', [formattedRegExp.value])
|
||||
? `${props.t('Eligible for updates released on or before {0}.', [formattedRegExp.value])} ${props.t('Extend your license to access the latest updates.')}`
|
||||
: props.t('Eligible for free feature updates until {0}', [formattedRegExp.value]),
|
||||
title: regUpdatesExpired.value
|
||||
? props.t('Ineligible as of {0}', [readableDiffRegExp.value])
|
||||
|
||||
@@ -142,7 +142,8 @@
|
||||
"Ignored Releases": "Ignored Releases",
|
||||
"In the rare event you need to downgrade we ask that you please provide us with Diagnostics so we can investigate your issue.": "In the rare event you need to downgrade we ask that you please provide us with Diagnostics so we can investigate your issue.",
|
||||
"Ineligible as of {0}": "Ineligible as of {0}",
|
||||
"Ineligible for feature updates released after {0}": "Ineligible for feature updates released after {0}",
|
||||
"Eligible for updates released on or before {0}.": "Eligible for updates released on or before {0}.",
|
||||
"Extend your license to access the latest updates.": "Extend your license to access the latest updates.",
|
||||
"Ineligible for Unraid OS updates": "Ineligible for Unraid OS updates",
|
||||
"Ineligible": "Ineligible",
|
||||
"Ineligible for self-replacement": "Ineligible for self-replacement",
|
||||
|
||||
Reference in New Issue
Block a user