From 015a6d5de02a16e8c393d55cc1f8e42dc36bb35f Mon Sep 17 00:00:00 2001 From: Heinrich Marks <heinrich.marks@mni.thm.de> Date: Tue, 13 Mar 2018 14:12:48 +0100 Subject: [PATCH] Fixed merge request proposal --- src/app/content-creation/content-creation.component.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/content-creation/content-creation.component.html b/src/app/content-creation/content-creation.component.html index fbcd98a34..d10a224bb 100644 --- a/src/app/content-creation/content-creation.component.html +++ b/src/app/content-creation/content-creation.component.html @@ -22,7 +22,6 @@ <mat-slide-toggle>Allow absention</mat-slide-toggle> <mat-slide-toggle>Show hints</mat-slide-toggle> </div> - <button mat-raised-button color="primary" type="submit">Create content - </button> + <button mat-raised-button color="primary" type="submit">Create content</button> </div> </form> -- GitLab