diff options
-rw-r--r-- | lang/en.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/en.lua b/lang/en.lua index 43837ea..7f438ff 100644 --- a/lang/en.lua +++ b/lang/en.lua @@ -156,7 +156,7 @@ example administration repository rules and an admin user and group. ERROR_GROUP_LOOP = "Loop detected involving: ${path}", ERROR_DUPLICATE_KEYRING = "Duplicate keyring name: ${name}", ERROR_KEYRING_NOT_BLOB = "${path}.gpg is not a blob?", - ERROR_NO_BYPASS_USER = "User 'gitano-bypass' not found", + ERROR_NO_BYPASS_USER_FOUND = "User 'gitano-bypass' not found", ERROR_BYPASS_USER_IN_GROUP = "User 'gitano-bypass' is in group '${group}' which makes no sense", ERROR_BYPASS_USER_LACKING = "User 'gitano-bypass' has no SSH keys and does not have an HTTP password set", ERROR_GENERIC_CONF_NOT_FOUND = "Not found: ${sha}::${name}", |