aboutsummaryrefslogtreecommitdiff
path: root/main/src/ui/add_conversation
diff options
context:
space:
mode:
Diffstat (limited to 'main/src/ui/add_conversation')
-rw-r--r--main/src/ui/add_conversation/conference_details_fragment.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/ui/add_conversation/conference_details_fragment.vala b/main/src/ui/add_conversation/conference_details_fragment.vala
index 4fd1e608..d2ce75ab 100644
--- a/main/src/ui/add_conversation/conference_details_fragment.vala
+++ b/main/src/ui/add_conversation/conference_details_fragment.vala
@@ -178,7 +178,7 @@ protected class ConferenceDetailsFragment : Box {
label_text = _("Too many occupants in room"); break;
}
} else if (join_result.stanza_error != null) {
- label_text = _("Failed connecting to %s").printf((new Jid(jid)).domainpart);
+ label_text = _("Could not connect to %s").printf((new Jid(jid)).domainpart);
}
notification_label.label = label_text;
notification_revealer.set_reveal_child(true);