chore: fix typo (#1355)

This commit is contained in:
远浅
2023-03-15 07:39:09 +08:00
committed by GitHub
parent 29f784cc20
commit 7f30e2e6ff
19 changed files with 3229 additions and 3229 deletions

View File

@ -24,7 +24,7 @@ const SSOSection = () => {
const handleDeleteIdentityProvider = async (identityProvider: IdentityProvider) => {
showCommonDialog({
title: "Confirm delete",
content: "Are you sure to delete this SSO? THIS ACTION IS IRREVERSIABLE❗",
content: "Are you sure to delete this SSO? THIS ACTION IS IRREVERSIBLE❗",
style: "warning",
dialogName: "delete-identity-provider-dialog",
onConfirm: async () => {