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:
parent
d1503e974b
commit
db3ee977fa
@ -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’s --diff mode.") + "</p>",
|
||||
},
|
||||
become_enabled: {
|
||||
label: i18n._('Enable Privilege Escalation'),
|
||||
|
@ -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’s --diff mode.") + "</p>",
|
||||
subCheckbox: {
|
||||
variable: 'ask_diff_mode_on_launch',
|
||||
text: i18n._('Prompt on launch')
|
||||
|
Loading…
Reference in New Issue
Block a user