Skip to content

Commit

Permalink
Use correct organizer name
Browse files Browse the repository at this point in the history
  • Loading branch information
Anahkiasen committed Nov 20, 2024
1 parent b1bfa87 commit c9106ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ const Ownership = () => {
variant={ModalVariants.QUESTION}
size={ModalSizes.MD}
title={t('organizers.ownerships.request_modal.title', {
name: organizer.name,
name: organizerName,
})}
confirmTitle={t(
'organizers.ownerships.request_modal.actions.confirm',
Expand Down

0 comments on commit c9106ec

Please sign in to comment.