From 95727d274c80917e9a53e8e4e56af51d9c8c4e4b Mon Sep 17 00:00:00 2001 From: Luna D Date: Wed, 2 Dec 2020 20:00:24 +0100 Subject: [PATCH] fix minor phrasing issues --- .../templates/profile/artist_link/_form.html.slime | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/philomena_web/templates/profile/artist_link/_form.html.slime b/lib/philomena_web/templates/profile/artist_link/_form.html.slime index 296ed189..dcfb0292 100644 --- a/lib/philomena_web/templates/profile/artist_link/_form.html.slime +++ b/lib/philomena_web/templates/profile/artist_link/_form.html.slime @@ -7,9 +7,9 @@ .field p label for="tag_name" - ' Artist Link validation is intended for artists. Validating your link will give you control over how your art is shared on the site and will allow you to create a + ' Artist Link validation is intended for artists. Validating your link will give you control over your content on the site, allowing you to create a a> href="/commissions" commissions - ' listing. Do not request a link if the source has no artwork that you yourself did not create. + ' listing and request takedowns or DNPs. Do not request a link if the source contains no artwork which you have created. = text_input f, :tag_name, value: assigns[:tag_name], class: "input", autocomplete: "off", placeholder: "artist:your-name", data: [ac: "true", ac_min_length: "3", ac_source: "/tags/autocomplete?term="] = error_tag f, :tag