Commit d99b857eee011c06e3ba6cb45e0c61cd427bba86
1 parent
287fb686
Exists in
master
and in
1 other branch
small change in error
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/models/notification_services/gtalk_service.rb
... | ... | @@ -17,7 +17,7 @@ class NotificationServices::GtalkService < NotificationService |
17 | 17 | |
18 | 18 | def check_params |
19 | 19 | if Fields.detect {|f| self[f[0]].blank? } |
20 | - errors.add :base, 'You must specify your XMPP Domain, Username and Room Name' | |
20 | + errors.add :base, 'You must specify your Username, Password and To User' | |
21 | 21 | end |
22 | 22 | end |
23 | 23 | ... | ... |