fix minor phrasing issues

This commit is contained in:
Luna D 2020-12-02 20:00:24 +01:00
parent 5e67e5aa14
commit 95727d274c
No known key found for this signature in database
GPG key ID: 81AF416F2CC36FC8

View file

@ -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