mirror of
https://github.com/an-anime-team/sleepy-launcher.git
synced 2025-02-18 10:49:46 +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 {
|
adw::HeaderBar {
|
||||||
#[wrap(Some)]
|
#[wrap(Some)]
|
||||||
set_title_widget = &adw::WindowTitle {
|
set_title_widget = &adw::WindowTitle {
|
||||||
set_title: "Components"
|
set_title: &tr("components")
|
||||||
},
|
},
|
||||||
|
|
||||||
pack_start = >k::Button {
|
pack_start = >k::Button {
|
||||||
|
|
Loading…
Add table
Reference in a new issue