Bugfixes for the authoring steps of grey literature

pull/1/head
Jens Pelzetter 2022-08-27 17:47:56 +02:00
parent 50fa51a924
commit 603616beba
3 changed files with 4 additions and 2 deletions

View File

@ -21,7 +21,7 @@ import javax.ws.rs.PathParam;
* @author <a href="mailto:jens.pelzetter@googlemail.com">Jens Pelzetter</a>
*/
@RequestScoped
@Path(MvcAuthoringSteps.PATH_PREFIX + "greyliterature-extendedproeprties")
@Path(MvcAuthoringSteps.PATH_PREFIX + "greyliterature-extendedproperties")
@Controller
@MvcAuthoringStepDef(
bundle = SciPublicationsUiConstants.BUNDLE,
@ -44,7 +44,7 @@ public class GreyLiteratureExtendedPropertiesStep
@Override
public String getEditStepUrlFragment() {
return "grepyliterature-extendedproperties";
return "greyliterature-extendedproperties";
}
@Override

View File

@ -642,3 +642,4 @@ workingpaper.createform.submit=Create working paper
workingpaper.createform.title=Create working paper
workingpaper.basicproperties.header=Edit basic properties of working paper {0}
workingpaper.extendedproperties.header=Edit extended properties of working paper {0}
greyliterature.extendedproperties.header=Edit extended properties of grey literature {0}

View File

@ -642,3 +642,4 @@ workingpaper.createform.submit=Arbeitspapier anlegen
workingpaper.createform.title=Arbeitspapier anlegen
workingpaper.basicproperties.header=Basiseigenschaften des Arbeitspapieres {0} bearbeiten
workingpaper.extendedproperties.header=Erweiterte Eigenschaftes des Arbeitspapieres {0} bearbeiten
greyliterature.extendedproperties.header=Erweiterte Eigenschaften der "Graue Literatur"-Publikation {0} bearbeiten