Merge branch 'remove-Text-when-instance-is-closed-to-registrations' into 'main'
remove Text when instance is closed to registrations Closes #918 See merge request framasoft/mobilizon!1161
This commit is contained in:
commit
d1fb2e2f32
@ -340,7 +340,6 @@
|
||||
"Transfer to {outsideDomain}": "Transfer to {outsideDomain}",
|
||||
"Type": "Type",
|
||||
"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.",
|
||||
"Unknown actor": "Unknown actor",
|
||||
"Unknown error.": "Unknown error.",
|
||||
|
@ -23,9 +23,6 @@
|
||||
<!-- <p v-if="!config.registrationsOpen">
|
||||
{{ $t("This instance isn't opened to registrations, but you can register on other instances.") }}
|
||||
</p>-->
|
||||
<b-message type="is-danger" v-if="!config.registrationsOpen">{{
|
||||
$t("Unfortunately, this instance isn't opened to registrations")
|
||||
}}</b-message>
|
||||
<div class="buttons">
|
||||
<b-button
|
||||
type="is-primary"
|
||||
|
Loading…
Reference in New Issue
Block a user