mirror of
https://github.com/an-anime-team/sleepy-launcher.git
synced 2024-11-25 22:30:22 +03:00
feat(ui): translated components settings page title
This commit is contained in:
parent
7c79132308
commit
c43acb22ce
1 changed files with 1 additions and 1 deletions
|
@ -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 = >k::Button {
|
||||
|
|
Loading…
Reference in a new issue