Copy tweaks

This commit is contained in:
Jorge Manrubia
2025-07-01 09:50:10 +02:00
parent fb1ec2ab3a
commit 888923d32b
+3 -3
View File
@@ -51,13 +51,13 @@ class Command < ApplicationRecord
def error_message_for(attribute, message)
case attribute.to_sym
when :cards, :card_ids
""
"Needs one or more cards to apply to"
when :card
"Needs one or more cards to apply to (#123, #124)."
when :collection
"You need to specificy a Collection"
"You need to specify a Collection"
when :assignee_ids
"Needs at leaset one assignee (@person)."
"Needs at least one assignee (@person)."
when :user
"Cant find that person."
when :stage