summaryrefslogtreecommitdiff
path: root/views/newevent.handlebars
diff options
context:
space:
mode:
authorINOUE Daisuke <inoue.daisuke@gmail.com>2025-04-08 22:14:39 +0900
committerINOUE Daisuke <inoue.daisuke@gmail.com>2025-04-08 22:14:39 +0900
commit4089ad7b1ecd3230b76d44dc71fbafcb4128fb3a (patch)
tree6e71cafbe4106f26312f0b668a730a4b68e182a8 /views/newevent.handlebars
parent23e49c6e6e63a518e704f82879a5fdcf268c51d8 (diff)
some translation fix
Diffstat (limited to 'views/newevent.handlebars')
-rwxr-xr-xviews/newevent.handlebars6
1 files changed, 3 insertions, 3 deletions
diff --git a/views/newevent.handlebars b/views/newevent.handlebars
index 1862ebe..62756ca 100755
--- a/views/newevent.handlebars
+++ b/views/newevent.handlebars
@@ -6,10 +6,10 @@
<button type="button" id="showNewEventFormButton" class="button w-100" x-bind:class="currentTab === 'event' ? 'button--primary' : 'button--secondary'" x-on:click="currentTab = 'event'"><i class="fas fa-calendar-day"></i> {{t "newevent.neweventbutton" }}</button>
</div>
<div class="col-lg-4 p-2">
- <button type="button" id="showImportEventFormButton" class="button w-100" x-bind:class="currentTab === 'importEvent' ? 'button--primary' : 'button--secondary'" x-on:click="currentTab = 'importEvent'"><i class="fas fa-file-import"></i> {{t newevent.importevent }}</button>
+ <button type="button" id="showImportEventFormButton" class="button w-100" x-bind:class="currentTab === 'importEvent' ? 'button--primary' : 'button--secondary'" x-on:click="currentTab = 'importEvent'"><i class="fas fa-file-import"></i> {{t "newevent.importevent" }}</button>
</div>
<div class="col-lg-4 p-2">
- <button type="button" id="showNewEventGroupFormButton" class="button w-100" x-bind:class="currentTab === 'group' ? 'button--primary' : 'button--secondary'" x-on:click="currentTab = 'group'"><i class="fas fa-calendar-alt"></i> {{t newevent.neweventgroup }} </button>
+ <button type="button" id="showNewEventGroupFormButton" class="button w-100" x-bind:class="currentTab === 'group' ? 'button--primary' : 'button--secondary'" x-on:click="currentTab = 'group'"><i class="fas fa-calendar-alt"></i> {{t "newevent.neweventgroup" }} </button>
</div>
</div>
</div>
@@ -19,7 +19,7 @@
</div>
<div id="newEventFormContainer" x-show="currentTab === 'event'" style="display: none">
- <h4 class="mb-2">{{t "newevent" }}</h4>
+ <h4 class="mb-2">{{t "newevent.createnew" }}</h4>
<form
id="newEventForm"
enctype="multipart/form-data"