diff options
author | INOUE Daisuke <inoue.daisuke@gmail.com> | 2025-04-08 22:14:04 +0900 |
---|---|---|
committer | INOUE Daisuke <inoue.daisuke@gmail.com> | 2025-04-08 22:14:04 +0900 |
commit | 23e49c6e6e63a518e704f82879a5fdcf268c51d8 (patch) | |
tree | 630ab081700b9b3d0bde5901cf75d843cd965d7c /views/createEventMagicLink.handlebars | |
parent | da15a6ec744281c6ae2b970c72d45b93f8a75109 (diff) |
1st stage, only language switch.
Thank you, MomentQYC ( https://github.com/MomentQYC ).
Your first attemt encourage me.
Diffstat (limited to 'views/createEventMagicLink.handlebars')
-rw-r--r-- | views/createEventMagicLink.handlebars | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/views/createEventMagicLink.handlebars b/views/createEventMagicLink.handlebars index d0a0a49..59017eb 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 "ml.requestml" }}</h2> <form action="/magic-link/event/create" @@ -8,7 +8,7 @@ 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 "ml.requestmldesc" }} </p> <p> If you run into any issues, please contact the instance administrator. @@ -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 "emailaddr" }}</label> + <input type="email" class="form-control" id="email" placeholder="{{t "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 "ml.requestmlbutton" }}</button> </div> </form> </main> |