From c62a89b5148617c650587c19bbda91e06c7838f0 Mon Sep 17 00:00:00 2001 From: Vivek Anand Date: Feb 01 2016 11:21:08 +0000 Subject: Changed some placeholders in new issue form --- diff --git a/pagure/templates/new_issue.html b/pagure/templates/new_issue.html index ebba4e1..3755ab4 100644 --- a/pagure/templates/new_issue.html +++ b/pagure/templates/new_issue.html @@ -29,16 +29,16 @@ repo=repo.name, issueid=issueid) }}" method="post" enctype="multipart/form-data"> {% endif %} - {{ render_bootstrap_field(form.title, field_description="the name of your project") }} + {{ render_bootstrap_field(form.title, field_description="Gist of your issue") }} {% if type == 'edit' %} {{ render_bootstrap_field(form.status, field_description="bug status") }} {% endif %} - {{ render_bootstrap_field(form.private, field_description="the name of your project") }} + {{ render_bootstrap_field(form.private, field_description="Do you want to keep the issue private?") }}
Preview