mirror of
https://github.com/grafana/grafana.git
synced 2025-01-26 16:27:02 -06:00
Fix typo s/Applicaiton/Application/ in error messages (#17765)
This commit is contained in:
parent
77375f3772
commit
4f1d495ba1
@ -37,7 +37,7 @@ export function getAppPluginPageError(meta: AppPluginMeta) {
|
||||
return 'Plugin must be an app';
|
||||
}
|
||||
if (!meta.enabled) {
|
||||
return 'Applicaiton Not Enabled';
|
||||
return 'Application Not Enabled';
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
@ -35,7 +35,7 @@ export class AppPageCtrl {
|
||||
return;
|
||||
}
|
||||
if (app.type !== 'app' || !app.enabled) {
|
||||
this.$rootScope.appEvent('alert-error', ['Applicaiton Not Enabled', '']);
|
||||
this.$rootScope.appEvent('alert-error', ['Application Not Enabled', '']);
|
||||
this.navModel = this.navModelSrv.getNotFoundNav();
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user