Browse Source

Some adduser message rewording.

default 2 years ago
parent
commit
f197919acb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      utils.c

+ 1 - 1
utils.c

@@ -289,7 +289,7 @@ int adduser(char *uid)
 
     printf("\nUser password is %s\n", pwd);
 
-    printf("\nGo to %s/%s and keep configuring your user.\n", srv_baseurl, uid);
+    printf("\nGo to %s/%s and continue configuring your user there.\n", srv_baseurl, uid);
 
     return 0;
 }