You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Labels are always for description which does not correspond to the right input.
The labels need to be created with rails as well like <%= f.label :name, "Name *" %> for the first example.
Needs to be checked all over the forms in the code base.
The text was updated successfully, but these errors were encountered:
Example:
Labels are always for
description
which does not correspond to the right input.The labels need to be created with rails as well like
<%= f.label :name, "Name *" %>
for the first example.Needs to be checked all over the forms in the code base.
The text was updated successfully, but these errors were encountered: