diff --git a/client/src/Pages/PageSpeed/Monitors/index.jsx b/client/src/Pages/PageSpeed/Monitors/index.jsx index bd40aedff..de5ef79a8 100644 --- a/client/src/Pages/PageSpeed/Monitors/index.jsx +++ b/client/src/Pages/PageSpeed/Monitors/index.jsx @@ -53,7 +53,7 @@ const PageSpeed = () => { ]} link="/pagespeed/create" isAdmin={isAdmin} - showPageSpeedWarning={isAdmin && !pagespeedApiKey} + showPageSpeedWarning={isAdmin} /> ); } diff --git a/client/src/locales/gb.json b/client/src/locales/gb.json index a2db25374..1d0612dca 100644 --- a/client/src/locales/gb.json +++ b/client/src/locales/gb.json @@ -394,8 +394,8 @@ "errorInvalidFieldId": "Invalid field ID provided", "inviteNoTokenFound": "No invite token found", "pageSpeedWarning": "Warning: You haven't added a Google PageSpeed API key. Without it, the PageSpeed monitor won't function.", - "pageSpeedLearnMoreLink": "Click here to learn", - "pageSpeedAddApiKey": "how to add your API key.", + "pageSpeedLearnMoreLink": "Click here to", + "pageSpeedAddApiKey": "add your API key.", "update": "Update", "invalidFileFormat": "Unsupported file format!", "invalidFileSize": "File size is too large!",