Fix typo in frontend

This commit is contained in:
Ildar Iskhakov 2022-08-09 21:50:40 +03:00
parent 2ddc20b1f3
commit 4aea1aab3b

View file

@ -156,7 +156,7 @@ export const PluginConfigPage = (props: Props) => {
setPluginStatusOk(true);
} else {
setPluginStatusMessage(
`OnCall failed to connect to to this grafana via: ${plugin.meta.jsonData.grafanaUrl} check URL, network, and API key.`
`OnCall failed to connect to this grafana via: ${plugin.meta.jsonData.grafanaUrl} check URL, network, and API key.`
);
setRetrySync(true);
}