diff --git a/src/app/content-creation/content-creation.component.html b/src/app/content-creation/content-creation.component.html index fbcd98a34adc8af51f9bbd971d6e1baf59211597..d10a224bbd425dbcd6ade12b86892de2a23476c8 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>