1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 15:21:13 +03:00

Replace single apostrophe with Unicode equivalent

This commit is contained in:
Marliana Lara 2017-08-25 14:43:17 -04:00
parent d1503e974b
commit db3ee977fa
2 changed files with 2 additions and 2 deletions

View File

@ -117,7 +117,7 @@ export default ['i18n', function(i18n) {
dataTitle: i18n._('Show Changes'),
dataPlacement: 'right',
dataContainer: 'body',
awPopOver: "<p>" + i18n._("If enabled, show the changes made by Ansible tasks, where supported. This is equivalent to Ansible's --diff mode.") + "</p>",
awPopOver: "<p>" + i18n._("If enabled, show the changes made by Ansible tasks, where supported. This is equivalent to Ansible&#x2019;s --diff mode.") + "</p>",
},
become_enabled: {
label: i18n._('Enable Privilege Escalation'),

View File

@ -253,7 +253,7 @@ function(NotificationsList, CompletedJobsList, i18n) {
dataTitle: i18n._('Show Changes'),
dataPlacement: 'right',
dataContainer: 'body',
awPopOver: "<p>" + i18n._("If enabled, show the changes made by Ansible tasks, where supported. This is equivalent to Ansible's --diff mode.") + "</p>",
awPopOver: "<p>" + i18n._("If enabled, show the changes made by Ansible tasks, where supported. This is equivalent to Ansible&#x2019s --diff mode.") + "</p>",
subCheckbox: {
variable: 'ask_diff_mode_on_launch',
text: i18n._('Prompt on launch')