Skip to content

Commit

Permalink
Renamed domain names - ibexa_content_forms_user_registration
Browse files Browse the repository at this point in the history
  • Loading branch information
mikadamczyk committed Sep 4, 2023
1 parent 7505242 commit d17d257
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/Form/Type/UserRegisterType.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
use Ibexa\ContentForms\Form\Type\Content\BaseContentType;
use Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface;
use Ibexa\User\Form\Data\UserRegisterData;
use JMS\TranslationBundle\Annotation\Desc;
use Symfony\Component\Form\AbstractType;
use Symfony\Component\Form\Extension\Core\Type\SubmitType;
use Symfony\Component\Form\FormBuilderInterface;
Expand Down Expand Up @@ -75,7 +76,7 @@ public function configureOptions(OptionsResolver $resolver)
$resolver
->setDefaults([
'data_class' => UserRegisterData::class,
'translation_domain' => 'ezplatform_content_forms_user_registration',
'translation_domain' => 'ibexa_content_forms_user_registration',
'intent' => 'register',
])
->setRequired(['languageCode']);
Expand Down

0 comments on commit d17d257

Please sign in to comment.