Raphaël Bosi
2025-03-04 17:27:14 +01:00
committed by GitHub
parent d6171c66df
commit 9da973592d
28 changed files with 360 additions and 32 deletions

View File

@ -50,7 +50,7 @@ export const DeleteAccount = () => {
</>
}
onConfirmClick={deleteAccount}
deleteButtonText={t`Delete account`}
confirmButtonText={t`Delete account`}
/>
</>
);

View File

@ -51,7 +51,7 @@ export const DeleteWorkspace = () => {
</Trans>
}
onConfirmClick={deleteWorkspace}
deleteButtonText={t`Delete workspace`}
confirmButtonText={t`Delete workspace`}
/>
</>
);