diff --git a/pagure/templates/userprofile_starred.html b/pagure/templates/userprofile_starred.html
index a23857f..4afb4e0 100644
--- a/pagure/templates/userprofile_starred.html
+++ b/pagure/templates/userprofile_starred.html
@@ -11,7 +11,7 @@
Starred {{ projectstring(plural=True) }}
{{
- user.stars | length }} {{ projectstring(plural=(user.stars | length > 1)) }}s
+ user.stars | length }} {{ projectstring(plural=(user.stars | length > 1)) }}
{% if repos %}
{{ render_repo_listing(repos)}}