Commit a67b97b8751c91df854c85a71edb89828b4bbe82
1 parent
226e0616
Exists in
master
and in
29 other branches
Added markup on string for translation
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
plugins/stoa/lib/ext/person.rb
@@ -11,7 +11,7 @@ class Person | @@ -11,7 +11,7 @@ class Person | ||
11 | 11 | ||
12 | def usp_id_or_invitation | 12 | def usp_id_or_invitation |
13 | if usp_id.blank? && !is_template && (invitation_code.blank? || !invitation_task) | 13 | if usp_id.blank? && !is_template && (invitation_code.blank? || !invitation_task) |
14 | - errors.add(:usp_id, "is being used by another user or is not valid") | 14 | + errors.add(:usp_id, _("is being used by another user or is not valid")) |
15 | end | 15 | end |
16 | end | 16 | end |
17 | 17 |