mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 17:45:28 +00:00
remove extra format macros
This commit is contained in:
parent
467a287468
commit
8e1c0fc703
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ impl Result {
|
||||||
}
|
}
|
||||||
self.label.remove_css_class("error");
|
self.label.remove_css_class("error");
|
||||||
} else {
|
} else {
|
||||||
self.label.set_label(&format!("Phrase not found"));
|
self.label.set_label("Phrase not found");
|
||||||
self.label.add_css_class("error");
|
self.label.add_css_class("error");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue