update strings

This commit is contained in:
Alex Holliday
2025-07-01 15:25:45 +08:00
parent 6c4717d5f6
commit 19c5f4c8c3
2 changed files with 5 additions and 6 deletions
+1 -4
View File
@@ -87,10 +87,7 @@ const SettingsEmail = ({
!emailConfig.systemEmailPassword
) {
createToast({
body: t(
"settingsEmailRequiredFields",
"Email address, host, port and password are required"
),
body: t("settingsPage.emailSettings.toastEmailRequiredFieldsError"),
variant: "error",
});
return;
+4 -2
View File
@@ -1,5 +1,6 @@
{
"settingsAppearance": "Appearance",
"settingsDisplayTimezone": "Display timezone",
"confirmPassword": "Confirm password",
"submit": "Submit",
"title": "Title",
@@ -61,7 +62,7 @@
"description": "To send data to a Discord channel from Checkmate via Discord notifications using webhooks, you can use Discord's incoming Webhooks feature.",
"webhookLabel": "Discord Webhook URL",
"webhookPlaceholder": "https://discord.com/api/webhooks/...",
"webhookRequired": "Discord webhook URL is required"
"webhookRequired": "Discord webhook URL is f"
},
"telegram": {
"label": "Telegram",
@@ -792,7 +793,8 @@
"labelUser": "Email user - Username for authentication, overrides email address if specified",
"linkTransport": "See specifications here",
"placeholderUser": "Leave empty if not required",
"title": "Email"
"title": "Email",
"toastEmailRequiredFieldsError": "Email address, host, port and password are required"
},
"pageSpeedSettings": {
"description": "Enter your Google PageSpeed API key to enable Google PageSpeed monitoring. Click Reset to update the key.",