Problem/Motivation
On the issue https://www.drupal.org/project/drupal/issues/2513586 the text "You must include at least one positive keyword with 1 character or more." was changed. To use the same words as the core and avoid duplicate translations, update the message.
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | 3356817-7--required_keywords_warning_text.patch | 2.67 KB | drunken monkey |
Issue fork search_api-3356817
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
eduardo morales albertiComment #4
eduardo morales albertiComment #5
drunken monkeyThanks for the suggestion, sounds like a good idea.
The
formatPlural()call was slightly wrong, should be fixed in the attached patch. (Testing for pull requests doesn’t work in this project, unfortunately, as you can see.)Comment #7
drunken monkeyMakes sense.
Comment #9
drunken monkeyMerged.
Thanks again!
Comment #10
eduardo morales albertiThank you!!