Browse Source

better info

open-trade 4 years ago
parent
commit
9518ba3651
1 changed files with 1 additions and 1 deletions
  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 32
 pub fn check_lic(email: &str, version: &str) -> bool {
33 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 35
         return false;
36 36
     }
37 37