From 888923d32b43991fca5553e925de2cddb79d91eb Mon Sep 17 00:00:00 2001 From: Jorge Manrubia Date: Tue, 1 Jul 2025 09:50:10 +0200 Subject: [PATCH] Copy tweaks --- app/models/command.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/models/command.rb b/app/models/command.rb index 5cc96b6f0..83ccbef0f 100644 --- a/app/models/command.rb +++ b/app/models/command.rb @@ -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 "Can’t find that person." when :stage