- {`IMMUTABLE for about ${ dateDiff } (until ${ dateString })` }
+ {`Almost* IMMUTABLE for about ${ dateDiff } (until ${ dateString })` }
>:
NOT IMMUTABLE
}
@@ -287,7 +309,7 @@ const NonImmutableDomain = ({ checkBoxes, maybeAccountAddress, updateInfos, crea
const domainExistIssue = useComputed(() => {
const first = checkBoxes.deepValue?.at(0)
if (first === undefined || first.exists) return undefined
- return ` - The domain ${ first.domainInfo.subDomain } need to be created before you can use PetalLock to create immutable subdomains under it`
+ return ` - The domain ${ first.domainInfo.subDomain } need to be created before you can use PetalLock to create almost* immutable subdomains under it`
})
const contentSetProperly = useComputed(() => {
if (resolutionAddressInput.value.length === 0 && validContenthash.value) return true
@@ -298,7 +320,7 @@ const NonImmutableDomain = ({ checkBoxes, maybeAccountAddress, updateInfos, crea
return