]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Form/Type/ClientType.php
Add translations
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Form / Type / ClientType.php
index cb6b5e65b13d49987fb3735645f71bdc71fe70c6..dd9347150582f22a0bf1e1a7cd3a60432be843a0 100644 (file)
@@ -14,8 +14,8 @@ class ClientType extends AbstractType
     public function buildForm(FormBuilderInterface $builder, array $options)
     {
         $builder
-            ->add('redirect_uris', UrlType::class, array('required' => true))
-            ->add('save', SubmitType::class, array('label' => 'Create new client'))
+            ->add('redirect_uris', UrlType::class, array('required' => true, 'label' => 'Redirect URIs'))
+            ->add('save', SubmitType::class, array('label' => 'Create new client'))
         ;
 
         $builder->get('redirect_uris')