mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-15 09:10:08 +00:00
remove extra format macros
This commit is contained in:
parent
467a287468
commit
8e1c0fc703
@ -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…
x
Reference in New Issue
Block a user