From db3ee977fa3e6edfd33256f98c32861e24aa4948 Mon Sep 17 00:00:00 2001 From: Marliana Lara Date: Fri, 25 Aug 2017 14:43:17 -0400 Subject: [PATCH] Replace single apostrophe with Unicode equivalent --- .../src/inventories-hosts/inventories/adhoc/adhoc.form.js | 2 +- awx/ui/client/src/templates/job_templates/job-template.form.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/awx/ui/client/src/inventories-hosts/inventories/adhoc/adhoc.form.js b/awx/ui/client/src/inventories-hosts/inventories/adhoc/adhoc.form.js index 106a910581..0799ff54c2 100644 --- a/awx/ui/client/src/inventories-hosts/inventories/adhoc/adhoc.form.js +++ b/awx/ui/client/src/inventories-hosts/inventories/adhoc/adhoc.form.js @@ -117,7 +117,7 @@ export default ['i18n', function(i18n) { dataTitle: i18n._('Show Changes'), dataPlacement: 'right', dataContainer: 'body', - awPopOver: "

" + i18n._("If enabled, show the changes made by Ansible tasks, where supported. This is equivalent to Ansible's --diff mode.") + "

", + awPopOver: "

" + i18n._("If enabled, show the changes made by Ansible tasks, where supported. This is equivalent to Ansible’s --diff mode.") + "

", }, become_enabled: { label: i18n._('Enable Privilege Escalation'), diff --git a/awx/ui/client/src/templates/job_templates/job-template.form.js b/awx/ui/client/src/templates/job_templates/job-template.form.js index 444fb88dd5..05c13310dc 100644 --- a/awx/ui/client/src/templates/job_templates/job-template.form.js +++ b/awx/ui/client/src/templates/job_templates/job-template.form.js @@ -253,7 +253,7 @@ function(NotificationsList, CompletedJobsList, i18n) { dataTitle: i18n._('Show Changes'), dataPlacement: 'right', dataContainer: 'body', - awPopOver: "

" + i18n._("If enabled, show the changes made by Ansible tasks, where supported. This is equivalent to Ansible's --diff mode.") + "

", + awPopOver: "

" + i18n._("If enabled, show the changes made by Ansible tasks, where supported. This is equivalent to Ansible’s --diff mode.") + "

", subCheckbox: { variable: 'ask_diff_mode_on_launch', text: i18n._('Prompt on launch')