From 7918f8f230cfdb55d85fbaf763dc73dfb58d937d Mon Sep 17 00:00:00 2001
From: SiriusXT <1160925501@qq.com>
Date: Sun, 1 Jun 2025 20:35:55 +0800
Subject: [PATCH] fix(insert time): Improve translation
---
apps/client/src/translations/en/translation.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apps/client/src/translations/en/translation.json b/apps/client/src/translations/en/translation.json
index 20dcd6f56..ddc776b62 100644
--- a/apps/client/src/translations/en/translation.json
+++ b/apps/client/src/translations/en/translation.json
@@ -1433,7 +1433,7 @@
},
"custom_date_time_format": {
"title": "Custom Date/Time Format",
- "description": "Customize the format of the date and time inserted using the shortcut. See Day.js docs for available format tokens.",
+ "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:"
},