mirror of
https://code.gri.mw/GUI/grim.git
synced 2026-07-14 02:38:55 +00:00
ui: update i18n lib
This commit is contained in:
+1
-1
@@ -456,7 +456,7 @@ impl Node {
|
||||
}
|
||||
|
||||
/// Get synchronization status i18n text.
|
||||
pub fn get_sync_status_text() -> String {
|
||||
pub fn get_sync_status_text() -> impl Into<String> {
|
||||
if Node::data_dir_changing() {
|
||||
return t!("moving_files");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user