open-trade лет назад: 4
Родитель
Сommit
9518ba3651
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/lic.rs

+ 1 - 1
src/lic.rs

@@ -31,7 +31,7 @@ const LICENSE_FILE: &'static str = ".license.txt";
31
 
31
 
32
 pub fn check_lic(email: &str, version: &str) -> bool {
32
 pub fn check_lic(email: &str, version: &str) -> bool {
33
     if email.is_empty() {
33
     if email.is_empty() {
34
-        log::error!("Registered email required (-m option). Please visit https://rustdesk.com/server for more infomration.");
34
+        log::error!("Registered email required (-m option). Please pay and register on https://rustdesk.com/server.");
35
         return false;
35
         return false;
36
     }
36
     }
37
 
37