mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 09:27:36 -02:30
Merge pull request #7086 from wenottingham/assorted-strings
Update assorted strings in tooltips/navigation.
This commit is contained in:
@@ -47,7 +47,7 @@
|
|||||||
<div class="InsightsNav-anchor" ng-click="filterReports('not_solvable')"
|
<div class="InsightsNav-anchor" ng-click="filterReports('not_solvable')"
|
||||||
ng-class="{'is-currentFilter' : (currentFilter === 'not_solvable')}"
|
ng-class="{'is-currentFilter' : (currentFilter === 'not_solvable')}"
|
||||||
ng-show="not_solvable_count>0">
|
ng-show="not_solvable_count>0">
|
||||||
<div class="InsightsNav-badgeTitle"><translate>Not Solvable With Playbook</translate></div>
|
<div class="InsightsNav-badgeTitle"><translate>No Remediation Playbook Available</translate></div>
|
||||||
<span class="badge List-titleBadge InsightsNav-solvableBadge">{{not_solvable_count}}</span>
|
<span class="badge List-titleBadge InsightsNav-solvableBadge">{{not_solvable_count}}</span>
|
||||||
</div>
|
</div>
|
||||||
<div ng-click="refresh()">
|
<div ng-click="refresh()">
|
||||||
|
|||||||
@@ -304,7 +304,7 @@ function(NotificationsList, CompletedJobsList, i18n) {
|
|||||||
label: i18n._('Use Fact Cache'),
|
label: i18n._('Use Fact Cache'),
|
||||||
type: 'checkbox',
|
type: 'checkbox',
|
||||||
column: 2,
|
column: 2,
|
||||||
awPopOver: "<p>" + i18n._("If enabled, a fact scan will be done when this job is launched.") + "</p>",
|
awPopOver: "<p>" + i18n._("If enabled, use cached facts if available and store discovered facts in the cache.") + "</p>",
|
||||||
dataPlacement: 'right',
|
dataPlacement: 'right',
|
||||||
dataTitle: i18n._('Use Fact Cache'),
|
dataTitle: i18n._('Use Fact Cache'),
|
||||||
dataContainer: "body",
|
dataContainer: "body",
|
||||||
|
|||||||
Reference in New Issue
Block a user