mirror of
https://github.com/modrinth/code.git
synced 2026-09-03 13:36:48 +00:00
fix duplicate attribute and pnpm prepr
This commit is contained in:
@@ -3333,7 +3333,7 @@
|
|||||||
"message": "Error resubscribing"
|
"message": "Error resubscribing"
|
||||||
},
|
},
|
||||||
"settings.billing.pyro.resubscribe.request-submitted.text": {
|
"settings.billing.pyro.resubscribe.request-submitted.text": {
|
||||||
"message": "If the server is currently suspended, it may take up to 10 minutes for another charge attempt to be made."
|
"message": "If the server is currently cancelled, it may take 10-15 minutes to set up the server."
|
||||||
},
|
},
|
||||||
"settings.billing.pyro.resubscribe.request-submitted.title": {
|
"settings.billing.pyro.resubscribe.request-submitted.title": {
|
||||||
"message": "Resubscription request submitted"
|
"message": "Resubscription request submitted"
|
||||||
|
|||||||
@@ -3,7 +3,6 @@
|
|||||||
v-if="subdomain && !isHidden"
|
v-if="subdomain && !isHidden"
|
||||||
v-tooltip="'Copy custom URL'"
|
v-tooltip="'Copy custom URL'"
|
||||||
class="flex min-w-0 flex-row items-center gap-2 truncate hover:cursor-pointer"
|
class="flex min-w-0 flex-row items-center gap-2 truncate hover:cursor-pointer"
|
||||||
class="flex min-w-0 flex-row items-center gap-2 truncate hover:cursor-pointer"
|
|
||||||
>
|
>
|
||||||
<Separator v-if="!noSeparator" />
|
<Separator v-if="!noSeparator" />
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,6 @@
|
|||||||
v-if="uptimeSeconds || uptimeSeconds !== 0"
|
v-if="uptimeSeconds || uptimeSeconds !== 0"
|
||||||
v-tooltip="`Online for ${verboseUptime}`"
|
v-tooltip="`Online for ${verboseUptime}`"
|
||||||
class="server-action-buttons-anim flex min-w-0 flex-row items-center gap-2"
|
class="server-action-buttons-anim flex min-w-0 flex-row items-center gap-2"
|
||||||
class="server-action-buttons-anim flex min-w-0 flex-row items-center gap-2"
|
|
||||||
data-pyro-uptime
|
data-pyro-uptime
|
||||||
>
|
>
|
||||||
<Separator v-if="!noSeparator" />
|
<Separator v-if="!noSeparator" />
|
||||||
|
|||||||
Reference in New Issue
Block a user