forked from potsda.mn/mobilizon
Avoid confusing for users trying to create events for a group, when they don't have enough privileges
This commit is contained in:
parent
053e0010a0
commit
9e82a9d9af
|
@ -125,7 +125,14 @@
|
|||
</div>
|
||||
</div>
|
||||
<div v-else class="content has-text-grey-dark has-text-centered">
|
||||
<p>{{ $t("Your profile will be shown as contact.") }}</p>
|
||||
<p>
|
||||
{{ $t("Your profile will be shown as contact.") }}
|
||||
{{
|
||||
$t(
|
||||
"To create an event for a group you have to be at least a moderator in that group."
|
||||
)
|
||||
}}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1194,6 +1194,7 @@
|
|||
"Your participation will be validated once you click the confirmation link into the email.": "Ihre Teilnahme wird bestätigt, sobald Sie den Bestätigungslink in der E-Mail anklicken.",
|
||||
"Your position was not available.": "Deine Position ist nicht verfügbar.",
|
||||
"Your profile will be shown as contact.": "Dein Profil wird als Kontakt angezeigt.",
|
||||
"To create an event for a group you have to be at least a moderator in that group.": "Um eine Veranstaltung für eine Gruppe zu erstellen, musst du mindestens Moderator in dieser Gruppe sein.",
|
||||
"Your timezone is currently set to {timezone}.": "Ihre Zeitzone ist aktuell {timezone}.",
|
||||
"Your timezone was detected as {timezone}.": "Ihre Zeitzone wurde erkannt als {timezone}.",
|
||||
"Your timezone {timezone} isn't supported.": "Ihre Zeitzone {timezone} wird nicht unterstützt.",
|
||||
|
|
|
@ -689,6 +689,7 @@
|
|||
"Pick a profile or a group": "Pick a profile or a group",
|
||||
"Add a contact": "Add a contact",
|
||||
"Your profile will be shown as contact.": "Your profile will be shown as contact.",
|
||||
"To create an event for a group you have to be at least a moderator in that group.": "To create an event for a group you have to be at least a moderator in that group.",
|
||||
"Pick": "Pick",
|
||||
"The event will show as attributed to your personal profile.": "The event will show as attributed to your personal profile.",
|
||||
"The event will show as attributed to this group.": "The event will show as attributed to this group.",
|
||||
|
|
Loading…
Reference in a new issue