Directory: Fix a wrong label

This changes the label set when changing the radio button to
"Default Matrix Server" so that it is called like that and doesn't
have the old name "Default Servers" anymore.

See https://gitlab.gnome.org/World/fractal/issues/221
This commit is contained in:
Eisha CHEN-YEN-SU 2018-06-04 11:47:54 +02:00
parent ed1ec1762d
commit 2d8fd8cf91

View file

@ -62,7 +62,7 @@ impl App {
other_homeserver_url_entry.set_sensitive(false);
}
directory_choice_label.set_text(&gettext("Default Servers"));
directory_choice_label.set_text(&gettext("Default Matrix Server"));
}));
other_protocol_radio.connect_toggled(clone!(directory_choice_label, other_protocol_radio, protocol_combo, protocol_model, other_homeserver_url_entry => move |_| {