mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 18:07:36 -02:30
fix wording of search keys
This commit is contained in:
@@ -73,7 +73,7 @@ function OutputStrings (BaseString) {
|
|||||||
|
|
||||||
ns.search = {
|
ns.search = {
|
||||||
ADDITIONAL_INFORMATION_HEADER: t.s('ADDITIONAL_INFORMATION'),
|
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'),
|
CLEAR_ALL: t.s('CLEAR ALL'),
|
||||||
DOCUMENTATION: t.s('documentation'),
|
DOCUMENTATION: t.s('documentation'),
|
||||||
EXAMPLES: t.s('EXAMPLES'),
|
EXAMPLES: t.s('EXAMPLES'),
|
||||||
|
|||||||
@@ -49,7 +49,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="SmartSearch-keyRow">
|
<div class="SmartSearch-keyRow">
|
||||||
<b>{{ 'ADDITIONAL INFORMATION' | translate }}:</b>
|
<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>
|
<a ng-attr-href="{{ documentationLink || undefined }}" target="_blank"> {{ 'documentation' | translate }}</a>.</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user