fix: correct typos in BadSytax and theme_provider log messages

This commit is contained in:
Christian Visintin
2026-02-27 22:30:06 +01:00
parent 4fdaf82314
commit 97a2240cf7
4 changed files with 6 additions and 6 deletions

View File

@@ -12,7 +12,7 @@ use super::{Context, Id, IdCommon, IdTheme, SetupActivity, Theme, ViewLayout, co
impl SetupActivity {
// -- view
/// Initialize thene view
/// Initialize theme view
pub(super) fn init_theme(&mut self) {
// Init view (and mount commons)
self.new_app(ViewLayout::Theme);