fix header auth formatting

This commit is contained in:
miloschwartz
2025-10-13 14:39:41 -07:00
parent 0c63ea1f50
commit 2c99cfacc0
2 changed files with 9 additions and 8 deletions

View File

@@ -836,11 +836,11 @@ export default function ResourceAuthenticationPage() {
>
<Bot size="14" />
<span>
{t("resourceHeaderAuthProtection", {
status: authInfo.headerAuth
? t("enabled")
: t("disabled")
})}
{authInfo.headerAuth
? t("resourceHeaderAuthProtection")
: t(
"resourceHeaderAuthProtectionDisabled"
)}
</span>
</div>
<Button