diff --git a/js/privatebin.js b/js/privatebin.js index 3420b35e..6eb4c9ef 100644 --- a/js/privatebin.js +++ b/js/privatebin.js @@ -2003,7 +2003,7 @@ window.PrivateBin = (function () { const hotkey = isMac ? I18n._('Cmd') : I18n._('Ctrl'); I18n._( document.getElementById('pastelink'), - 'Your document is %s (Hit Ctrl+c to copy)', + 'Your document is %s (Hit %s+c to copy)', url, url, hotkey ); // save newly created element