Fix typo in frontend
This commit is contained in:
parent
2ddc20b1f3
commit
4aea1aab3b
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue