diff --git a/templates/index.mako b/templates/index.mako
index f99a10a..c64eeaa 100644
--- a/templates/index.mako
+++ b/templates/index.mako
@@ -187,8 +187,8 @@
% if len(result.sources) > 10:
- ${len(result.sources) - 10} additional sources hidden.
Show them.
-
+ ${len(result.sources) - 10} URL${"s" if len(result.sources) > 11 else ""} with lower confidence hidden.
Show them.
+
% endif
% endif