--- a/src/main/webapp/WEB-INF/jsp/project-form.jsp Sat May 30 15:26:15 2020 +0200 +++ b/src/main/webapp/WEB-INF/jsp/project-form.jsp Sat May 30 15:28:27 2020 +0200 @@ -39,19 +39,19 @@ </colgroup> <tbody> <tr> - <th><fmt:message key="thead.name"/></th> + <th><fmt:message key="name"/></th> <td><input name="name" type="text" maxlength="20" required value="<c:out value="${project.name}"/>" /></td> </tr> <tr> - <th><fmt:message key="thead.description"/></th> + <th><fmt:message key="description"/></th> <td><input type="text" name="description" maxlength="200" value="<c:out value="${project.description}"/>" /></td> </tr> <tr> - <th><fmt:message key="thead.repoUrl"/></th> + <th><fmt:message key="repoUrl"/></th> <td><input name="repoUrl" type="url" maxlength="50" value="<c:out value="${project.repoUrl}"/>" /></td> </tr> <tr> - <th><fmt:message key="thead.owner"/></th> + <th><fmt:message key="owner"/></th> <td> <select name="owner"> <option value="-1"><fmt:message key="placeholder.null-owner"/></option>