From 54f28c3d5d8ea5f0bb3f2fc69f8a2396a8b14577 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Aug 12 2016 08:18:41 +0000 Subject: Small grammar fix, thanks @puiterwijk --- diff --git a/pagure/templates/edit_group.html b/pagure/templates/edit_group.html index a3bc517..bd35d60 100644 --- a/pagure/templates/edit_group.html +++ b/pagure/templates/edit_group.html @@ -21,7 +21,7 @@ field_description="Name of the group that will be displayed in the UI") }} {{ render_bootstrap_field( form.description, - field_description="Small description of the group") }} + field_description="Short description of the group") }}