diff --git a/app/controllers/help_controller.rb b/app/controllers/help_controller.rb index 5fc0b0a28c1..6530611508d 100644 --- a/app/controllers/help_controller.rb +++ b/app/controllers/help_controller.rb @@ -1,8 +1,11 @@ class HelpController < ApplicationController HELP_ACTIONS = %i[ collectibles_add_to_collection + collections_name first_login html + icon_alt_text + icon_comment_text preferences_collection preferences_comment preferences_display diff --git a/app/views/collections/_form.html.erb b/app/views/collections/_form.html.erb index 1f372b588d6..6faaa0c955a 100644 --- a/app/views/collections/_form.html.erb +++ b/app/views/collections/_form.html.erb @@ -18,7 +18,7 @@
<%= t(".changing_collection_name") %>
+<%= t(".collection_name_rules") %>
diff --git a/app/views/help/icon_alt_text.html.erb b/app/views/help/icon_alt_text.html.erb new file mode 100644 index 00000000000..3ef06f4b0ae --- /dev/null +++ b/app/views/help/icon_alt_text.html.erb @@ -0,0 +1,5 @@ +<%= t(".alt_text_explanation") %>
+ +<%= t(".alt_text_example") %>
diff --git a/app/views/help/icon_comment_text.html.erb b/app/views/help/icon_comment_text.html.erb new file mode 100644 index 00000000000..7bf15934f9f --- /dev/null +++ b/app/views/help/icon_comment_text.html.erb @@ -0,0 +1,3 @@ +<%= t(".description") %>
diff --git a/app/views/pseuds/_pseuds_form.html.erb b/app/views/pseuds/_pseuds_form.html.erb index ff4c5743db7..c9da35a04fc 100644 --- a/app/views/pseuds/_pseuds_form.html.erb +++ b/app/views/pseuds/_pseuds_form.html.erb @@ -42,7 +42,7 @@- The name of the collection can be changed at a later point, but that will break links to the collection. -
-- The name can consist only of ASCII letters (a-z, A-Z), numbers and underscores, and cannot contain spaces. -
- \ No newline at end of file diff --git a/public/help/icon-alt-text.html b/public/help/icon-alt-text.html deleted file mode 100644 index cc2a0e49376..00000000000 --- a/public/help/icon-alt-text.html +++ /dev/null @@ -1,10 +0,0 @@ -- The purpose of alt text is to explain the meaning of an image if the image isn't showing. This is used by people browsing with images turned off, or visually impaired people using screenreader technology. - Please do not use alt text for attribution! -
- -- For example, the AO3 logo has the following alt text: "Archive of Our Own". -
diff --git a/public/help/pseud-icon-comment.html b/public/help/pseud-icon-comment.html deleted file mode 100644 index d9bb4943c63..00000000000 --- a/public/help/pseud-icon-comment.html +++ /dev/null @@ -1 +0,0 @@ -You can put anything extra you have about your icon here, like credit for the maker of the icon.
\ No newline at end of file