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:
parent
ed1ec1762d
commit
2d8fd8cf91
1 changed files with 1 additions and 1 deletions
|
@ -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 |_| {
|
||||
|
|
Loading…
Reference in a new issue