diff --git a/app/views/layouts/chat.rhtml b/app/views/layouts/chat.rhtml
index c616a04..076cade 100644
--- a/app/views/layouts/chat.rhtml
+++ b/app/views/layouts/chat.rhtml
@@ -26,7 +26,7 @@
-
<%= _("%s - Friends online (%d)") % [h(page_title), 0] %>
+ <%= _("%s - Friends in chat (%d)") % [h(page_title), 0] %>
diff --git a/features/chat.feature b/features/chat.feature
index b9e13e0..abfa4b1 100644
--- a/features/chat.feature
+++ b/features/chat.feature
@@ -63,7 +63,7 @@ Feature: chat
And I am logged in as "tame"
When I follow "Open chat"
And I select window "noosfero_chat"
- Then I should see "Chat - Colivre.net - Friends online (0)"
+ Then I should see "Chat - Colivre.net - Friends in chat (0)"
@selenium
Scenario: open chat with an online user in a new window
@@ -74,7 +74,7 @@ Feature: chat
When I click "#chat-online-users-title"
And I follow "Maria Silva"
And I select window "noosfero_chat"
- Then I should see "Chat - Colivre.net - Friends online (0)"
+ Then I should see "Chat - Colivre.net - Friends in chat (0)"
@selenium
Scenario: chat starts disconnected by default
@@ -137,4 +137,4 @@ Feature: chat
When I go to Autoramas's profile
And I follow "Enter chat room"
And I select window "noosfero_chat"
- Then I should see "Chat - Colivre.net - Friends online (0)"
+ Then I should see "Chat - Colivre.net - Friends in chat (0)"
--
libgit2 0.21.2