refactor: check update response modal copy + alignment

This commit is contained in:
Zack Spear
2024-01-30 12:02:29 -08:00
committed by Zack Spear
parent 2ccb503dc8
commit 6f3971dc47

View File

@@ -72,7 +72,7 @@ const modalCopy = computed((): ModalCopy | null => {
? props.t('Ineligible for updates released after {0}', [formattedRegExp.value])
: props.t('Eligible for updates until {0}', [formattedRegExp.value]);
return {
title: props.t('Unraid OS {0} has been released', [availableWithRenewal.value]),
title: props.t('Unraid OS {0} Released', [availableWithRenewal.value]),
description: `<p>${formattedReleaseDate}</p><p>${description}</p>`,
};
} else if (available.value) {
@@ -203,7 +203,7 @@ onBeforeMount(() => {
</SwitchGroup>
</div>
<div v-else-if="updateOsIgnoredReleases.length > 0" class="w-full flex flex-col gap-8px">
<h3 class="text-16px font-semibold italic">
<h3 class="text-left text-16px font-semibold italic">
{{ t('Ignored Releases') }}
</h3>
<UpdateOsIgnoredRelease