fix label

This commit is contained in:
Alex Holliday
2025-06-24 14:45:04 +08:00
parent 09b5261ba2
commit 563cc8d03d
2 changed files with 2 additions and 2 deletions

View File

@@ -67,7 +67,7 @@ const SettingsPagespeed = ({
{isApiKeySet === true && apiKeyHasBeenReset === false && (
<Box>
<Typography>{t("settingsPage.pageSpeedSettings.labelAPiKeySet")}</Typography>
<Typography>{t("settingsPage.pageSpeedSettings.labelApiKeySet")}</Typography>
<Button
onClick={() => {
setApiKey("");

View File

@@ -701,7 +701,7 @@
},
"pageSpeedSettings": {
"description": "Enter your Google PageSpeed API key to enable Google PageSpeed monitoring. Click Reset to update the key.",
"labelAPiKeySet": "API key is set. Click Reset to change it.",
"labelApiKeySet": "API key is set. Click Reset to change it.",
"labelApiKey": "PageSpeed API key",
"title": "Google PageSpeed API key"
},