mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Fix typo in template not found error message (#83778)
This commit is contained in:
parent
8ad367e4ad
commit
2964901ea6
@ -20,7 +20,7 @@ export const DuplicateTemplateView = ({ config, templateName, alertManagerSource
|
||||
if (!template) {
|
||||
return (
|
||||
<Alert severity="error" title="Template not found">
|
||||
Sorry, this template does not seem to exists.
|
||||
Sorry, this template does not seem to exist.
|
||||
</Alert>
|
||||
);
|
||||
}
|
||||
|
@ -18,7 +18,7 @@ export const EditTemplateView = ({ config, templateName, alertManagerSourceName
|
||||
if (!template) {
|
||||
return (
|
||||
<Alert severity="error" title="Template not found">
|
||||
Sorry, this template does not seem to exists.
|
||||
Sorry, this template does not seem to exist.
|
||||
</Alert>
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user