diff --git a/public/app/features/plugins/PluginPage.tsx b/public/app/features/plugins/PluginPage.tsx index bf29f4240a3..4a6d0cb1e20 100644 --- a/public/app/features/plugins/PluginPage.tsx +++ b/public/app/features/plugins/PluginPage.tsx @@ -326,8 +326,9 @@ class PluginPage extends PureComponent {

Grafana Labs checks each plugin to verify that it has a valid digital signature. Plugin signature verification - is part of our security measure to ensure plugins are safe and trustworthy. Grafana Labs can’t guarantee the - integrity of this unsigned plugin. Ask the plugin author to request it to be signed. + is part of our security measures to ensure plugins are safe and trustworthy. + {plugin.meta.signature !== PluginSignatureStatus.valid && + 'Grafana Labs can’t guarantee the integrity of this unsigned plugin. Ask the plugin author to request it to be signed.'}

);