Improve language for clarity

Will Read 9 年 前
コミット
570030c586
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      .env.example

+ 1 - 1
.env.example

@@ -47,7 +47,7 @@ FORCE_SSL=false
47 47
 # You can see its use in user.rb.  PLEASE CHANGE THIS!
48 48
 INVITATION_CODE=try-huginn
49 49
 
50
-# If you don't want to require users to have an invitation code, set this to true
50
+# If you don't want to require new users to have an invitation code in order to sign up, set this to true.
51 51
 SKIP_INVITATION_CODE=false
52 52
 
53 53
 #############################