mirror of
https://github.com/modrinth/code.git
synced 2026-08-30 11:36:05 +00:00
fix: qa
This commit is contained in:
@@ -82,8 +82,8 @@ function toggle(side: ContentSide) {
|
||||
</button>
|
||||
|
||||
<span
|
||||
v-if="modelValue.locked"
|
||||
v-tooltip="modelValue.disabledTooltip ?? formatMessage(messages.locked)"
|
||||
v-if="modelValue.locked && disabledSides.size > 0"
|
||||
v-tooltip="formatMessage(messages.locked)"
|
||||
class="inline-flex size-5 shrink-0 cursor-help items-center justify-center text-secondary"
|
||||
tabindex="0"
|
||||
>
|
||||
|
||||
@@ -106,8 +106,7 @@ const messages = defineMessages({
|
||||
},
|
||||
sideLocked: {
|
||||
id: 'hosting.content.enabled-for.side-locked',
|
||||
defaultMessage:
|
||||
'This option conflicts with the detected environment. Unlock the environment controls from the row menu to change it.',
|
||||
defaultMessage: 'This option conflicts with the detected environment.',
|
||||
},
|
||||
unknownEnvironment: {
|
||||
id: 'hosting.content.enabled-for.unknown-environment',
|
||||
|
||||
Reference in New Issue
Block a user