Merge branch 'typo' into 'master'
Little typo See merge request framasoft/mobilizon!573
This commit is contained in:
commit
7ca53c371d
|
@ -102,7 +102,6 @@
|
||||||
"Deleting my account will delete all of my identities.": "Deleting my account will delete all of my identities.",
|
"Deleting my account will delete all of my identities.": "Deleting my account will delete all of my identities.",
|
||||||
"Deleting your Mobilizon account": "Deleting your Mobilizon account",
|
"Deleting your Mobilizon account": "Deleting your Mobilizon account",
|
||||||
"Description": "Description",
|
"Description": "Description",
|
||||||
"Didn't receive the instructions ?": "Didn't receive the instructions ?",
|
|
||||||
"Display name": "Display name",
|
"Display name": "Display name",
|
||||||
"Display participation price": "Display participation price",
|
"Display participation price": "Display participation price",
|
||||||
"Domain": "Domain",
|
"Domain": "Domain",
|
||||||
|
@ -784,5 +783,6 @@
|
||||||
"Accessible through link": "Accessible through link",
|
"Accessible through link": "Accessible through link",
|
||||||
"Accessible only to members": "Accessible only to members",
|
"Accessible only to members": "Accessible only to members",
|
||||||
"Created by {name}": "Created by {name}",
|
"Created by {name}": "Created by {name}",
|
||||||
"View all posts": "View all posts"
|
"View all posts": "View all posts",
|
||||||
|
"Didn't receive the instructions?": "Didn't receive the instructions?"
|
||||||
}
|
}
|
||||||
|
|
|
@ -74,7 +74,7 @@
|
||||||
<router-link
|
<router-link
|
||||||
class="button is-text"
|
class="button is-text"
|
||||||
:to="{ name: RouteName.RESEND_CONFIRMATION, params: { email: credentials.email } }"
|
:to="{ name: RouteName.RESEND_CONFIRMATION, params: { email: credentials.email } }"
|
||||||
>{{ $t("Didn't receive the instructions ?") }}</router-link
|
>{{ $t("Didn't receive the instructions?") }}</router-link
|
||||||
>
|
>
|
||||||
<p class="control" v-if="config && config.registrationsOpen">
|
<p class="control" v-if="config && config.registrationsOpen">
|
||||||
<router-link
|
<router-link
|
||||||
|
|
|
@ -108,7 +108,7 @@
|
||||||
<router-link
|
<router-link
|
||||||
class="button is-text"
|
class="button is-text"
|
||||||
:to="{ name: RouteName.RESEND_CONFIRMATION, params: { email: credentials.email } }"
|
:to="{ name: RouteName.RESEND_CONFIRMATION, params: { email: credentials.email } }"
|
||||||
>{{ $t("Didn't receive the instructions ?") }}</router-link
|
>{{ $t("Didn't receive the instructions?") }}</router-link
|
||||||
>
|
>
|
||||||
</p>
|
</p>
|
||||||
<p class="control">
|
<p class="control">
|
||||||
|
|
Loading…
Reference in a new issue