From 479cf6fc9f039d1a0685d61bf384db8ef7cc6c3f Mon Sep 17 00:00:00 2001 From: Anant Jain Date: Thu, 20 Dec 2018 09:51:50 -0800 Subject: [PATCH] Fixes Organization Settings CTA link url label (#1370) (#1371) --- app/views/users/_org_admin.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/users/_org_admin.html.erb b/app/views/users/_org_admin.html.erb index 2c0efd40f..a1219d37c 100644 --- a/app/views/users/_org_admin.html.erb +++ b/app/views/users/_org_admin.html.erb @@ -134,7 +134,7 @@ _italic_ and **bold** is okay. Links, and headers etc. will not show up. <%= f.text_field :cta_button_text, maxlength: 20, placeholder: "Limit of 20 characters" %>
- <%= f.label "Link Text" %> + <%= f.label "Link url" %> <%= f.text_field :cta_button_url, placeholder: "https://example.com" %>