Skip to content

Commit

Permalink
fix: E2EE reset key button translation
Browse files Browse the repository at this point in the history
  • Loading branch information
hugocostadev committed Oct 14, 2024
1 parent dc060eb commit 5bbcb1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const DisableE2EEModal = ({ onConfirm, onCancel, roomType, canResetRoomKey, onRe
{t('E2E_reset_encryption_keys_description')}
</Box>
<Button secondary danger small onClick={onResetRoomKey}>
<Trans i18nKey='E2E_reset_encryption_keys_button' tOptions={{ roomType }} />
{t('E2E_reset_encryption_keys_button', { roomType })}
</Button>
</Accordion.Item>
</Accordion>
Expand Down

0 comments on commit 5bbcb1d

Please sign in to comment.