fix: update icon names to refer to the icons included in cosmic-icons

This commit is contained in:
Ashley Wulber 2024-02-22 15:10:33 -05:00 committed by Michael Murphy
parent 3de1aa31fa
commit 111e31c5cc
6 changed files with 6 additions and 6 deletions

View file

@ -958,7 +958,7 @@ impl page::Page<crate::pages::Message> for Page {
}
fn info(&self) -> page::Info {
page::Info::new("appearance", "preferences-pop-desktop-appearance-symbolic")
page::Info::new("appearance", "preferences-appearance-symbolic")
.title(fl!("appearance"))
.description(fl!("appearance", "desc"))
}