Skip to content

Commit

Permalink
Merge pull request #124 from nextcloud/rakekniven-patch-1
Browse files Browse the repository at this point in the history
Fixed encoding of mac char
  • Loading branch information
MorrisJobke authored Aug 22, 2018
2 parents 7bdf830 + 9ddd444 commit fb74315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@
if (/iPhone|iPad/i.test(navigator.userAgent)) {
actionMsg = t('core', 'Not supported!');
} else if (/Mac/i.test(navigator.userAgent)) {
actionMsg = t('core', 'Press ⌘-C to copy.');
actionMsg = t('core', 'Press -C to copy.');
} else {
actionMsg = t('core', 'Press Ctrl-C to copy.');
}
Expand Down

0 comments on commit fb74315

Please sign in to comment.