diff options
Diffstat (limited to 'locales')
-rw-r--r-- | locales/en.json | 2 | ||||
-rw-r--r-- | locales/ja.json | 2 |
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 }}", |