diff --git a/public/app/features/plugins/admin/helpers.test.ts b/public/app/features/plugins/admin/helpers.test.ts index ba4b60ce424..4976659623a 100644 --- a/public/app/features/plugins/admin/helpers.test.ts +++ b/public/app/features/plugins/admin/helpers.test.ts @@ -209,11 +209,6 @@ describe('Plugins/Helpers', () => { isFullyInstalled: false, angularDetected: false, url: 'https://github.com/alexanderzobnin/grafana-zabbix', - details: { - dependantPlugins: [], - links: [], - pluginDependencies: [], - }, }); }); @@ -296,24 +291,6 @@ describe('Plugins/Helpers', () => { installedVersion: '4.2.2', isFullyInstalled: true, angularDetected: false, - details: { - dependantPlugins: [], - links: [ - { - name: 'GitHub', - url: 'https://github.com/alexanderzobnin/grafana-zabbix', - }, - { - name: 'Docs', - url: 'https://alexanderzobnin.github.io/grafana-zabbix', - }, - { - name: 'License', - url: 'https://github.com/alexanderzobnin/grafana-zabbix/blob/master/LICENSE', - }, - ], - pluginDependencies: [], - }, }); }); @@ -370,24 +347,6 @@ describe('Plugins/Helpers', () => { isFullyInstalled: true, angularDetected: false, url: 'https://github.com/alexanderzobnin/grafana-zabbix', - details: { - dependantPlugins: [], - links: [ - { - name: 'GitHub', - url: 'https://github.com/alexanderzobnin/grafana-zabbix', - }, - { - name: 'Docs', - url: 'https://alexanderzobnin.github.io/grafana-zabbix', - }, - { - name: 'License', - url: 'https://github.com/alexanderzobnin/grafana-zabbix/blob/master/LICENSE', - }, - ], - pluginDependencies: [], - }, }); }); diff --git a/public/locales/en-US/grafana.json b/public/locales/en-US/grafana.json index 40e28925444..1ffbdf68fc0 100644 --- a/public/locales/en-US/grafana.json +++ b/public/locales/en-US/grafana.json @@ -2910,7 +2910,6 @@ "latestVersion": "Latest Version", "license": "License", "pluginDependants": "Required by: ", - "pluginDependencies": "Plugins: ", "raiseAnIssue": "Raise an issue", "reportAbuse": "Report a concern ", "reportAbuseTooltip": "Report issues related to malicious or harmful plugins directly to Grafana Labs.", diff --git a/public/locales/pseudo-LOCALE/grafana.json b/public/locales/pseudo-LOCALE/grafana.json index 647da27b6da..255bfa497b3 100644 --- a/public/locales/pseudo-LOCALE/grafana.json +++ b/public/locales/pseudo-LOCALE/grafana.json @@ -2910,7 +2910,6 @@ "latestVersion": "Ŀäŧęşŧ Vęřşįőʼn", "license": "Ŀįčęʼnşę", "pluginDependants": "Ŗęqūįřęđ þy: ", - "pluginDependencies": "Pľūģįʼnş: ", "raiseAnIssue": "Ŗäįşę äʼn įşşūę", "reportAbuse": "Ŗępőřŧ ä čőʼnčęřʼn ", "reportAbuseTooltip": "Ŗępőřŧ įşşūęş řęľäŧęđ ŧő mäľįčįőūş őř ĥäřmƒūľ pľūģįʼnş đįřęčŧľy ŧő Ğřäƒäʼnä Ŀäþş.",