summaryrefslogtreecommitdiff
path: root/locales
diff options
context:
space:
mode:
authorINOUE Daisuke <inoue.daisuke@gmail.com>2025-05-03 00:00:05 +0900
committerINOUE Daisuke <inoue.daisuke@gmail.com>2025-05-03 00:10:38 +0900
commitfde84325ba98bbbab79cc5c88157457ee1cb0e42 (patch)
treef675d83c12476ea9160b72435f68d0311e0cc609 /locales
parent4ad3e5bc8fd8fa89c43cb11f4de993833e757e4e (diff)
Rollback mail text when the event description changed
Diffstat (limited to 'locales')
-rw-r--r--locales/en.json2
-rw-r--r--locales/ja.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/locales/en.json b/locales/en.json
index 50e0c5e..fdcf06d 100644
--- a/locales/en.json
+++ b/locales/en.json
@@ -38,7 +38,7 @@
"routes.addeventcommentsubject": "New comment in {{eventName}}",
"routes.deleteeventsubject": "{{ eventName }} was deleted",
"routes.event.datetimeformat": "{{thedate, intlDate}}",
- "routes.event.descriptionchanged": "the event description changed {{ description }}",
+ "routes.event.descriptionchanged": "the event description changed",
"routes.event.difftext": "This event was just updated with new information.",
"routes.event.editedsubject": "{{ eventname }} was just edited",
"routes.event.endtimechanged": "the end time changed to {{ endtime }}",
diff --git a/locales/ja.json b/locales/ja.json
index f470b46..144b066 100644
--- a/locales/ja.json
+++ b/locales/ja.json
@@ -38,8 +38,8 @@
"routes.addeventcommentsubject": "{{ eventName }} にコメントがきました",
"routes.deleteeventsubject": "{{ eventName }} は削除されました",
"routes.event.datetimeformat": "{{thedate, long}}",
- "routes.event.descriptionchanged": "イベントの説明が変更 : {{ description }}",
"routes.event.difftext": "このイベントの情報の変更点です。",
+ "routes.event.descriptionchanged": "説明が変更",
"routes.event.editedsubject": "{{ eventname }} に変更がありました",
"routes.event.endtimechanged": "終了時間が変更 : {{ endtime }}",
"routes.event.locationchanged": "場所が変更 : {{ location }}",