Skip to content

Commit

Permalink
fix(caricamento-excel): fix localizzazione policy 20241008
Browse files Browse the repository at this point in the history
  • Loading branch information
sgravinadxc committed Oct 8, 2024
1 parent 5b73090 commit 7cc4744
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ const ManageProject: React.FC<FormEnteGestoreProgettoFullInterface> = ({
'font-weight-semibold'
)}
>
{steps[currentStep].title == 'Numero facilitatori' && projectDetails?.policy == policy.SCD ? 'Numero volontari' : steps[currentStep].title}
{steps[currentStep].title == 'Numero facilitatori' && programDetails?.policy == policy.SCD ? 'Numero volontari' : steps[currentStep].title}
</p>
)}
<div
Expand Down

0 comments on commit 7cc4744

Please sign in to comment.