You've already forked AstralRinth
forked from didirus/AstralRinth
"Create" modal i18n capitalization (#4441)
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
:type="hasHitLimit ? 'critical' : 'warning'"
|
:type="hasHitLimit ? 'critical' : 'warning'"
|
||||||
:header="
|
:header="
|
||||||
hasHitLimit
|
hasHitLimit
|
||||||
? formatMessage(messages.limitReached, { type: capitalizeString(typeName.singular) })
|
? capitalizeString(formatMessage(messages.limitReached, { type: typeName.singular }))
|
||||||
: formatMessage(messages.approachingLimit, { type: typeName.singular, current, max })
|
: formatMessage(messages.approachingLimit, { type: typeName.singular, current, max })
|
||||||
"
|
"
|
||||||
class="mb-4"
|
class="mb-4"
|
||||||
|
|||||||
@@ -53,6 +53,7 @@
|
|||||||
v-model="visibility"
|
v-model="visibility"
|
||||||
:items="visibilities"
|
:items="visibilities"
|
||||||
:format-label="(x) => x.display"
|
:format-label="(x) => x.display"
|
||||||
|
:capitalize="false"
|
||||||
:disabled="hasHitLimit"
|
:disabled="hasHitLimit"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user