mirror of
https://github.com/ansible/awx.git
synced 2026-02-27 07:56:06 -03:30
Merge pull request #342 from marshmalien/7529-Diff-mode-popover-typo
Replace single apostrophe with Unicode equivalent
This commit is contained in:
@@ -117,7 +117,7 @@ export default ['i18n', function(i18n) {
|
|||||||
dataTitle: i18n._('Show Changes'),
|
dataTitle: i18n._('Show Changes'),
|
||||||
dataPlacement: 'right',
|
dataPlacement: 'right',
|
||||||
dataContainer: 'body',
|
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: {
|
become_enabled: {
|
||||||
label: i18n._('Enable Privilege Escalation'),
|
label: i18n._('Enable Privilege Escalation'),
|
||||||
|
|||||||
@@ -253,7 +253,7 @@ function(NotificationsList, CompletedJobsList, i18n) {
|
|||||||
dataTitle: i18n._('Show Changes'),
|
dataTitle: i18n._('Show Changes'),
|
||||||
dataPlacement: 'right',
|
dataPlacement: 'right',
|
||||||
dataContainer: 'body',
|
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: {
|
subCheckbox: {
|
||||||
variable: 'ask_diff_mode_on_launch',
|
variable: 'ask_diff_mode_on_launch',
|
||||||
text: i18n._('Prompt on launch')
|
text: i18n._('Prompt on launch')
|
||||||
|
|||||||
Reference in New Issue
Block a user