Skip to content

Commit

Permalink
Merge pull request #140 from sensu/asset_name_field
Browse files Browse the repository at this point in the history
Change asset name copy
  • Loading branch information
pzupan authored Mar 21, 2019
2 parents 0c36da2 + ffbc923 commit d29e824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/extensions/new.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<div class="description-field">
<%= f.text_field :name, placeholder: "Name", title: "Name", required: true, id: "extension-name-field" %>
<small class="error">Name is required.</small>
<p class="hint-block">Please use title case for the name, e.g. My Gift to the Community.</p>
<p class="hint-block"><%= t('nouns.extension').titleize %> names can contain lowercase letters, numbers, underscores, and dashes (for example: sensu-email-handler).</p>
</div>
<div class="description-field">
<%= f.text_field :description, placeholder: "Description", title: "Description", required: true, id: "extension-desc-field" %>
Expand Down

0 comments on commit d29e824

Please sign in to comment.