소스 검색

change name to Amy

Rain 1 개월 전
부모
커밋
46bae9451f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);