diff options
| author | Raphael <mail@raphaelkabo.com> | 2025-05-28 18:58:46 +0100 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-28 18:58:46 +0100 | 
| commit | 3d84891118f8a81af3ddb978af9b3f8b02fd5d65 (patch) | |
| tree | 0a8d344e331a0551b73435bbbb3919107737f69f /views/createEventMagicLink.handlebars | |
| parent | 6f0b7a44b995b6b66baf42a9369182fc05a90b34 (diff) | |
| parent | 4664b6968fdcaca54268d60f400da02364213f05 (diff) | |
Merge branch 'main' into main
Diffstat (limited to 'views/createEventMagicLink.handlebars')
| -rw-r--r-- | views/createEventMagicLink.handlebars | 12 | 
1 files changed, 6 insertions, 6 deletions
diff --git a/views/createEventMagicLink.handlebars b/views/createEventMagicLink.handlebars index d0a0a49..7c01ebc 100644 --- a/views/createEventMagicLink.handlebars +++ b/views/createEventMagicLink.handlebars @@ -1,5 +1,5 @@  <main class="page"> -  <h2 class="mb-4">Request a link to create a new event</h2> +  <h2 class="mb-4">{{t "views.createeventmagiclink.requestmltitle" }}</h2>    <form      action="/magic-link/event/create" @@ -8,10 +8,10 @@      hx-target="article"    >      <p> -      The administrator of this instance has limited event creation to a set of specific email addresses. If your email address is allowed to create events, you will be sent a magic link. If not, you won't receive anything. +      {{t "views.createeventmagiclink.requestmldesc" }}      </p>      <p> -      If you run into any issues, please contact the instance administrator. +      {{t "views.createeventmagiclink.requestmlcontact" }}      </p>      {{#if message}}        <div class="alert alert-{{message.type}}" role="alert"> @@ -19,11 +19,11 @@        </div>      {{/if}}      <div class="form-group"> -      <label for="email">Email address</label> -    <input type="email" class="form-control" id="email" placeholder="Email address" required name="email"> +      <label for="email">{{t "common.emailaddr" }}</label> +    <input type="email" class="form-control" id="email" placeholder="{{t "common.emailaddr" }}" required name="email">      </div>      <div class="form-group text-center"> -      <button type="submit" class="button button--primary w-50">Request magic link</button> +      <button type="submit" class="button button--primary w-50">{{t "routes.magiclink.requestmlbutton" }}</button>      </div>    </form>  </main>  | 
