summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2016-12-13 12:14:35 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2016-12-13 12:14:35 +0000
commitaef8eae51ee615379c4bbc5d190ebdf9c6444874 (patch)
tree6276d81fb4aea168b4e7b107d86ee5120a0ceb9d /lang
parent31e6ed78abe4717e3b7e44a8e93cb2f133e22a7c (diff)
downloadgitano-aef8eae51ee615379c4bbc5d190ebdf9c6444874.tar.gz
Fix braino in bypass user expansion name
Diffstat (limited to 'lang')
-rw-r--r--lang/en.lua2
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}",