diff --git a/keepassxc-browser/content/fill.js b/keepassxc-browser/content/fill.js index b6ca1e7..cb3f3e6 100644 --- a/keepassxc-browser/content/fill.js +++ b/keepassxc-browser/content/fill.js @@ -51,7 +51,7 @@ kpxcFill.fillFromCombination = async function(elem, passOnly) { ? kpxc.combinations.find(c => c.password === elem) : kpxc.combinations.find(c => c.username === elem); if (!combination) { - logDebug('Error: No combination found.'); + logDebug('Error: No username/password field combination found.'); return false; }