Fix naming of SafeChain Agent

This commit is contained in:
bitterpanda 2026-01-19 18:59:37 +01:00 committed by GitHub
parent da6c022ef4
commit 9651e05f4b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

@ -12,7 +12,7 @@ export async function installUltimate() {
await installOnWindows();
} else {
ui.writeInformation(
`${operatingSystem} is not supported yet by safe-chain's ultimate version.`,
`${operatingSystem} is not supported yet by SafeChain's ultimate version.`,
);
}
}