Skip to content

Commit

Permalink
fix: Wrong locale on BI connection removal
Browse files Browse the repository at this point in the history
  • Loading branch information
doubleface authored and doubleface committed Nov 3, 2022
1 parent eb41f00 commit ed2f352
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -106,7 +106,7 @@ const BIContractActivationWindow = ({
<Dialog
open={isDeleteConnectionDialogVisible}
title={t('modal.deleteBIConnection.title')}
content={t('modal.deleteAccount.description')}
content={t('modal.deleteBIConnection.description')}
onClose={onAccountDeleted}
actions={
<>
Expand Down

0 comments on commit ed2f352

Please sign in to comment.