remove Text when instance is closed to registrations
This commit is contained in:
parent
749746b8b5
commit
ed2c5aaeca
|
@ -340,7 +340,6 @@
|
||||||
"Transfer to {outsideDomain}": "Transfer to {outsideDomain}",
|
"Transfer to {outsideDomain}": "Transfer to {outsideDomain}",
|
||||||
"Type": "Type",
|
"Type": "Type",
|
||||||
"URL": "URL",
|
"URL": "URL",
|
||||||
"Unfortunately, this instance isn't opened to registrations": "Unfortunately, this instance isn't opened to registrations",
|
|
||||||
"Unfortunately, your participation request was rejected by the organizers.": "Unfortunately, your participation request was rejected by the organizers.",
|
"Unfortunately, your participation request was rejected by the organizers.": "Unfortunately, your participation request was rejected by the organizers.",
|
||||||
"Unknown actor": "Unknown actor",
|
"Unknown actor": "Unknown actor",
|
||||||
"Unknown error.": "Unknown error.",
|
"Unknown error.": "Unknown error.",
|
||||||
|
|
|
@ -23,9 +23,6 @@
|
||||||
<!-- <p v-if="!config.registrationsOpen">
|
<!-- <p v-if="!config.registrationsOpen">
|
||||||
{{ $t("This instance isn't opened to registrations, but you can register on other instances.") }}
|
{{ $t("This instance isn't opened to registrations, but you can register on other instances.") }}
|
||||||
</p>-->
|
</p>-->
|
||||||
<b-message type="is-danger" v-if="!config.registrationsOpen">{{
|
|
||||||
$t("Unfortunately, this instance isn't opened to registrations")
|
|
||||||
}}</b-message>
|
|
||||||
<div class="buttons">
|
<div class="buttons">
|
||||||
<b-button
|
<b-button
|
||||||
type="is-primary"
|
type="is-primary"
|
||||||
|
|
Loading…
Reference in a new issue