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:
Thomas Citharel 2022-01-24 15:13:32 +00:00
commit d1fb2e2f32
2 changed files with 0 additions and 4 deletions

View File

@ -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.",

View File

@ -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"