mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-13 16:40:01 +00:00
Clarify error message for untrusted plugins
This commit is contained in:
@@ -82,7 +82,7 @@ export function PluginManagementCard({plugin, updatePlugin}: {
|
||||
<SealWarning/>
|
||||
</Tooltip>;
|
||||
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"/>
|
||||
</Tooltip>;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user