Merge pull request #1965 from jakemcdermott/double-search

Fix wording of smart search key
This commit is contained in:
Jake McDermott 2018-05-29 14:31:14 -04:00 committed by GitHub
commit d01940ffc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@ function OutputStrings (BaseString) {
ns.search = {
ADDITIONAL_INFORMATION_HEADER: t.s('ADDITIONAL_INFORMATION'),
ADDITIONAL_INFORMATION: t.s('For additional information on advanced search search syntax please see the Ansible Tower'),
ADDITIONAL_INFORMATION: t.s('For additional information on advanced search syntax please see the Ansible Tower'),
CLEAR_ALL: t.s('CLEAR ALL'),
DOCUMENTATION: t.s('documentation'),
EXAMPLES: t.s('EXAMPLES'),

View File

@ -49,7 +49,7 @@
</div>
<div class="SmartSearch-keyRow">
<b>{{ 'ADDITIONAL INFORMATION' | translate }}:</b>
<span>{{ 'For additional information on advanced search search syntax please see the Ansible Tower' | translate }}
<span>{{ 'For additional information on advanced search syntax please see the Ansible Tower' | translate }}
<a ng-attr-href="{{ documentationLink || undefined }}" target="_blank"> {{ 'documentation' | translate }}</a>.</span>
</div>
</div>