mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-16 10:16:16 +01:00
adds key id to the tooltip, which is shown for unknown keys
This commit is contained in:
@@ -62,7 +62,7 @@ const SignatureIcon: FC<Props> = ({ signatures, className }) => {
|
||||
}
|
||||
|
||||
if (signature.status === "NOT_FOUND") {
|
||||
return `${t("changeset.signatureStatus")}: ${status}`;
|
||||
return `${t("changeset.signatureStatus")}: ${status}\n${t("changeset.keyId")}: ${signature.keyId}`;
|
||||
}
|
||||
|
||||
let message = `${t("changeset.keyOwner")}: ${signature.owner ? signature.owner : t("changeset.noOwner")}\n${t("changeset.keyId")}: ${signature.keyId}\n${t(
|
||||
|
||||
Reference in New Issue
Block a user