mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2024-12-23 08:22:50 +00:00
Register on %instanceName%, not Mobilizon
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
2eda4eca3e
commit
44c84ab665
1 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,9 @@
|
||||||
<div class="section container">
|
<div class="section container">
|
||||||
<section class="hero">
|
<section class="hero">
|
||||||
<div class="hero-body">
|
<div class="hero-body">
|
||||||
<h1 class="title">{{ $t("Register an account on Mobilizon!") }}</h1>
|
<h1 class="title">
|
||||||
|
{{ $t("Register an account on {instanceName}!", { instanceName: config.name }) }}
|
||||||
|
</h1>
|
||||||
<i18n tag="p" path="{instanceName} is an instance of the {mobilizon} software.">
|
<i18n tag="p" path="{instanceName} is an instance of the {mobilizon} software.">
|
||||||
<b slot="instanceName">{{ config.name }}</b>
|
<b slot="instanceName">{{ config.name }}</b>
|
||||||
<a href="https://joinmobilizon.org" target="_blank" slot="mobilizon">{{
|
<a href="https://joinmobilizon.org" target="_blank" slot="mobilizon">{{
|
||||||
|
|
Loading…
Reference in a new issue