In the keepassxc/src/http/Service.cpp file, there is this line at 548:
tr("Successfully removed %1 encryption-%2 from KeePassX/Http Settings.").arg(count).arg(count ? "keys" : "key")
The string should use plurals correctly, as right now key or keys are hardcoded. I would do the fix myself, but I don't know Qt.