diff options
author | Raphael Kabo <mail@raphaelkabo.com> | 2025-05-28 18:40:49 +0100 |
---|---|---|
committer | Raphael Kabo <mail@raphaelkabo.com> | 2025-05-28 18:40:49 +0100 |
commit | 403884828a925118c89474c8d98bae04256f1a86 (patch) | |
tree | cfdf17ac54d0201241c9df0a5060bf0012d6de69 /views/eventgroup.handlebars | |
parent | a6f8ec770d06ce33042ed3f222cba786897e0233 (diff) |
Update messaging
Diffstat (limited to 'views/eventgroup.handlebars')
-rwxr-xr-x | views/eventgroup.handlebars | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/eventgroup.handlebars b/views/eventgroup.handlebars index 2cdad39..5fcc6c2 100755 --- a/views/eventgroup.handlebars +++ b/views/eventgroup.handlebars @@ -1,7 +1,7 @@ <main class="event"> {{#if editingEnabled}} <div class="event__editing-banner"> - You are currently editing this event. Do not share this link! + {{ t "views.event.currentlyediting" }} </div> {{/if}} {{#if eventGroupHasCoverImage}} @@ -54,7 +54,7 @@ <span class="fa-li"> <i class="fas fa-users"></i> </span> - <span class="text-muted">Public link:</span> + <span class="text-muted">{{t "views.event.publiclink" }}:</span> <a href="https://{{domain}}/group/{{eventGroupData.id}}">https://{{domain}}/group/{{eventGroupData.id}}</a> <button type="button" id="copyEventLink" class="eventInformationAction button button--outline-secondary button--sm" data-clipboard-text="https://{{domain}}/group/{{eventGroupData.id}}"> <i class="fas fa-copy"></i> {{t "common.copy" }} |