From ffbc9232d8377a9ed5de093c43b5a150faf39b88 Mon Sep 17 00:00:00 2001 From: "pzupan@gmail.com" Date: Thu, 21 Mar 2019 12:26:39 -0700 Subject: [PATCH] Change asset name copy --- app/views/extensions/new.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/extensions/new.html.erb b/app/views/extensions/new.html.erb index e12d12c2..bb094d4f 100755 --- a/app/views/extensions/new.html.erb +++ b/app/views/extensions/new.html.erb @@ -30,7 +30,7 @@
<%= f.text_field :name, placeholder: "Name", title: "Name", required: true, id: "extension-name-field" %> Name is required. -

Please use title case for the name, e.g. My Gift to the Community.

+

<%= t('nouns.extension').titleize %> names can contain lowercase letters, numbers, underscores, and dashes (for example: sensu-email-handler).

<%= f.text_field :description, placeholder: "Description", title: "Description", required: true, id: "extension-desc-field" %>