mirror of
https://github.com/ansible/awx.git
synced 2026-05-17 22:37:41 -02:30
Merge pull request #3695 from wenottingham/words-are-hard
Update wording.
Reviewed-by: Ryan Petrello
https://github.com/ryanpetrello
This commit is contained in:
@@ -127,26 +127,19 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="form-group License-detailsGroup" ng-if="licenseMissing">
|
<div class="form-group License-detailsGroup" ng-if="licenseMissing">
|
||||||
<span class="License-helperText">
|
<span class="License-helperText">
|
||||||
<translate>By default, Tower collects and transmits analytics data on Tower usage to Red Hat. You can uncheck these boxes to disable sending data to these services:</translate>
|
<translate>
|
||||||
|
By default, Tower collects and transmits analytics data on Tower usage to Red Hat. There are two categories of data collected by Tower. For more information, see <a target="_blank" href="http://docs.ansible.com/ansible-tower/latest/html/installandreference/user-data.html#index-0">this Tower documentation page</a>. Uncheck the following boxes to disable this feature.</translate>
|
||||||
</span>
|
</span>
|
||||||
<div class="License-analyticsCheckboxGroup">
|
<div class="License-analyticsCheckboxGroup">
|
||||||
<div class="License-analyticsCheckbox checkbox">
|
<div class="License-analyticsCheckbox checkbox">
|
||||||
<input type="checkbox" ng-model="newLicense.pendo" ng-disabled="!user_is_superuser" required>
|
<input type="checkbox" ng-model="newLicense.pendo" ng-disabled="!user_is_superuser" required>
|
||||||
<translate>Pendo</translate>
|
<translate>User analytics: This data is used to enhance future releases of the Tower Software and help streamline customer experience and success.</translate>
|
||||||
</div>
|
</div>
|
||||||
<div class="License-analyticsCheckbox checkbox">
|
<div class="License-analyticsCheckbox checkbox">
|
||||||
<input type="checkbox" ng-model="newLicense.insights" ng-disabled="!user_is_superuser" required>
|
<input type="checkbox" ng-model="newLicense.insights" ng-disabled="!user_is_superuser" required>
|
||||||
<translate>Insights</translate>
|
<translate>Automation analytics: This data is used to enhance future releases of the Tower Software and to provide Automation Insights to Tower subscribers.</translate>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<span class="License-helperText">
|
|
||||||
<translate>For more information about track and analytics, see
|
|
||||||
<a target="_blank"
|
|
||||||
href="http://docs.ansible.com/ansible-tower/latest/html/installandreference/user-data.html#index-0">
|
|
||||||
this Tower documentation page
|
|
||||||
</a>.
|
|
||||||
</translate>
|
|
||||||
</span>
|
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<button ng-click="submit()" class="btn btn-success pull-right" ng-disabled="newLicense.file.license_key == null || newLicense.eula == null || !user_is_superuser" translate>Submit</button>
|
<button ng-click="submit()" class="btn btn-success pull-right" ng-disabled="newLicense.file.license_key == null || newLicense.eula == null || !user_is_superuser" translate>Submit</button>
|
||||||
|
|||||||
@@ -17,8 +17,8 @@ register(
|
|||||||
('anonymous', _('Anonymous')),
|
('anonymous', _('Anonymous')),
|
||||||
('detailed', _('Detailed')),
|
('detailed', _('Detailed')),
|
||||||
],
|
],
|
||||||
label=_('Pendo Analytics Tracking State'),
|
label=_('User Analytics Tracking State'),
|
||||||
help_text=_('Enable or Disable Pendo Analytics Tracking.'),
|
help_text=_('Enable or Disable User Analytics Tracking.'),
|
||||||
category=_('UI'),
|
category=_('UI'),
|
||||||
category_slug='ui',
|
category_slug='ui',
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user