diff options
Diffstat (limited to '')
-rw-r--r-- | forged/templates/group.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/forged/templates/group.tmpl b/forged/templates/group.tmpl index 31b7169..1f9609e 100644 --- a/forged/templates/group.tmpl +++ b/forged/templates/group.tmpl @@ -47,7 +47,7 @@ <th scope="row">Contrib</th> <td class="tdinput"> <select id="repo-contrib-input" name="repo_contrib"> - <option value="public">Public</option> + <option value="open">Public</option> <option value="ssh_pubkey">SSH public key</option> <option value="federated">Federated service</option> <option value="registered_user">Registered user</option> |