From 3c23f5d43f7f2936bb125386fd5957346933857f Mon Sep 17 00:00:00 2001 From: SiriusXT <1160925501@qq.com> Date: Sun, 1 Jun 2025 21:23:11 +0800 Subject: [PATCH] fix(insert time): Improve translation --- apps/client/src/translations/en/translation.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/client/src/translations/en/translation.json b/apps/client/src/translations/en/translation.json index ddc776b62..13ee699d7 100644 --- a/apps/client/src/translations/en/translation.json +++ b/apps/client/src/translations/en/translation.json @@ -1434,8 +1434,8 @@ "custom_date_time_format": { "title": "Custom Date/Time Format", "description": "Customize the format of the date and time inserted via or the toolbar. See Day.js docs for available format tokens.", - "format_string": "Format String:", - "formatted_time": "Formatted Time:" + "format_string": "Format string:", + "formatted_time": "Formatted date/time:" }, "i18n": { "title": "Localization",