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

@ -101,7 +101,7 @@ const PreferencesSection = () => {
const handleDeleteUserClick = (user: User) => {
showCommonDialog({
title: `Delete Member`,
content: `Are you sure to delete ${user.username}? THIS ACTION IS IRREVERSIABLE.❗️`,
content: `Are you sure to delete ${user.username}? THIS ACTION IS IRREVERSIBLE.❗️`,
style: "warning",
dialogName: "delete-user-dialog",
onConfirm: async () => {