feat(ui): translated components settings page title

This commit is contained in:
Observer KRypt0n_ 2023-05-24 20:04:09 +02:00
parent 7c79132308
commit c43acb22ce
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2

View file

@ -60,7 +60,7 @@ impl SimpleAsyncComponent for ComponentsPage {
adw::HeaderBar {
#[wrap(Some)]
set_title_widget = &adw::WindowTitle {
set_title: "Components"
set_title: &tr("components")
},
pack_start = &gtk::Button {