Explorar o código

change name to Amy

Rain hai 1 mes
pai
achega
46bae9451f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      client/src/ui.rs

+ 1 - 1
client/src/ui.rs

@@ -999,7 +999,7 @@ pub fn setup_ui(siv: &mut Cursive) -> LinearLayout {
         let appdata = get_appdata(siv);
         let language = appdata.persistent_data.language;
 
-        alert(siv, Labels::Information.localize(language), "Rei <rain@skuld.network>".to_string());
+        alert(siv, Labels::Information.localize(language), "Amy <rain@skuld.network>".to_string());
     })
     .with_name(INFO_BUTTON_ID);