Browse Source

changes i.e. to e.g.

Brent Shaffer 9 năm trước cách đây
mục cha
commit
b30e983d41
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/Packagist/WebBundle/Form/Type/PackageType.php

+ 1 - 1
src/Packagist/WebBundle/Form/Type/PackageType.php

@@ -28,7 +28,7 @@ class PackageType extends AbstractType
         $builder->add('repository', TextType::class, array(
             'label' => 'Repository URL (Git/Svn/Hg)',
             'attr'  => array(
-                'placeholder' => 'i.e.: https://github.com/composer/composer',
+                'placeholder' => 'e.g.: https://github.com/composer/composer',
             )
         ));
     }