diff --git a/src-tauri/src/lib.rs b/src-tauri/src/lib.rs index 291bed7..13911d6 100644 --- a/src-tauri/src/lib.rs +++ b/src-tauri/src/lib.rs @@ -1,7 +1,7 @@ // Learn more about Tauri commands at https://tauri.app/v1/guides/features/command #[tauri::command] fn greet(name: &str) -> String { - format!("Hello, {}! You've been greeted from Rust!", name) + format!("Gamarjoba, {name}! This is coming from Rust!") } #[cfg_attr(mobile, tauri::mobile_entry_point)] diff --git a/src/index.html b/src/index.html index 3b7e70d..1e76536 100644 --- a/src/index.html +++ b/src/index.html @@ -13,7 +13,7 @@

Welcome to Tauri!

- +