mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +01:00
fix minor phrasing issues
This commit is contained in:
parent
5e67e5aa14
commit
95727d274c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue