Add to library
+This is some example content inside the card wrapper.
+This card shows the error state styling.
+This card shows the warning state styling.
+This content is constrained by the PageContainer.
+Another section to demonstrate the grid gap.
+This container uses a custom max-width value.
+{{ t(`Downgrades are only recommended if you're unable to solve a critical issue.`) }}
-{{ t('In the rare event you need to downgrade we ask that you please provide us with Diagnostics so we can investigate your issue.') }}
-{{ t('Download the Diagnostics zip then please open a bug report on our forums with a description of the issue along with your diagnostics.') }}
++ {{ + t( + 'In the rare event you need to downgrade we ask that you please provide us with Diagnostics so we can investigate your issue.' + ) + }} +
++ {{ + t( + 'Download the Diagnostics zip then please open a bug report on our forums with a description of the issue along with your diagnostics.' + ) + }} +
{{ t('Calculating trial expiration…') }}
{{ t('Calculating OS Update Eligibility…') }}
@@ -276,7 +299,10 @@ const showUpdateEligibility = computed(() => { {{ t('Copy your Key URL: {0}', [keyUrl]) }}- + {{ t('Then go to Tools > Registration to manually install it') }}
@@ -284,7 +310,11 @@ const showUpdateEligibility = computed(() => {- {{ callbackTypeDowngrade ? t('This downgrade will require a reboot') : t('This update will require a reboot') }} + {{ + callbackTypeDowngrade + ? t('This downgrade will require a reboot') + : t('This update will require a reboot') + }}