Merge pull request #342 from marshmalien/7529-Diff-mode-popover-typo

Replace single apostrophe with Unicode equivalent
This commit is contained in:
Marliana Lara
2017-08-28 11:20:41 -04:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -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&#x2019;s --diff mode.") + "</p>",
}, },
become_enabled: { become_enabled: {
label: i18n._('Enable Privilege Escalation'), label: i18n._('Enable Privilege Escalation'),

View File

@@ -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&#x2019s --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')