From 5144843b2405b33240a5583e5ef5a7d65c824690 Mon Sep 17 00:00:00 2001 From: Paul W. Frields Date: Jan 22 2016 22:58:17 +0000 Subject: Minor spelling issue --- diff --git a/pagure/templates/new_issue.html b/pagure/templates/new_issue.html index 6c9313a..384736d 100644 --- a/pagure/templates/new_issue.html +++ b/pagure/templates/new_issue.html @@ -30,7 +30,7 @@ enctype="multipart/form-data"> {% endif %} {{ render_bootstrap_field(form.title, field_description="the name of your project") }} - {{ render_bootstrap_field(form.status, field_description="bug statuss") }} + {{ render_bootstrap_field(form.status, field_description="bug status") }} {{ render_bootstrap_field(form.private, field_description="the name of your project") }}