mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-15 08:15:37 +00:00
Clarify error message for untrusted plugins
This commit is contained in:
@@ -82,7 +82,7 @@ export function PluginManagementCard({plugin, updatePlugin}: {
|
|||||||
<SealWarning/>
|
<SealWarning/>
|
||||||
</Tooltip>;
|
</Tooltip>;
|
||||||
case PluginTrustLevel.UNTRUSTED:
|
case PluginTrustLevel.UNTRUSTED:
|
||||||
return <Tooltip color="foreground" placement="bottom" content="Plugin verification failed">
|
return <Tooltip color="foreground" placement="bottom" content="Invlalid plugin signature">
|
||||||
<SealWarning weight="fill" className="fill-danger"/>
|
<SealWarning weight="fill" className="fill-danger"/>
|
||||||
</Tooltip>;
|
</Tooltip>;
|
||||||
default:
|
default:
|
||||||
|
|||||||
Reference in New Issue
Block a user