From 89e5853197c75ad685c3f55b77531ee234c8b84b Mon Sep 17 00:00:00 2001 From: rugk Date: Sat, 11 Jul 2026 17:41:25 +0000 Subject: [PATCH] fix: merge error missing %s in right place catched by tests --- js/privatebin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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