#930 frontend: unify "external repositories" field labels
Merged 4 years ago by praiskup. Opened 4 years ago by praiskup.
Unknown source external-repos-fields  into  master

@@ -1042,7 +1042,7 @@

      chroots = wtforms.TextAreaField('Chroots',

                                      validators=[wtforms.validators.Optional(), ChrootsValidator()])

  

-     repos = wtforms.TextAreaField('Repos',

+     repos = wtforms.TextAreaField('External Repositories',

                                    validators=[UrlRepoListValidator(),

                                                wtforms.validators.Optional()],

                                    filters=[StringListFilter()])

frontend: unify "external repositories" field labels

I noticed this when I was looking at:
https://bugzilla.redhat.com/show_bug.cgi?id=1741300

rebased onto 9dc1bd254b71b99ab2180728fd8e7440393ef50e

4 years ago

rebased onto 441ee2dff0fe5fbc4b6ee99d06d8a268f34c7516

4 years ago

rebased onto 697ebd7

4 years ago

Pull-Request has been merged by praiskup

4 years ago