From 8f3590fb9c3b93ba05172ae9453b568ef1065f28 Mon Sep 17 00:00:00 2001 From: Emanuel Schuetze Date: Wed, 9 Nov 2011 21:42:23 +0100 Subject: [PATCH] Fixed typo. --- openslides/participant/templates/participant/import.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openslides/participant/templates/participant/import.html b/openslides/participant/templates/participant/import.html index 40ed6a9ec..af6c1bf67 100644 --- a/openslides/participant/templates/participant/import.html +++ b/openslides/participant/templates/participant/import.html @@ -2,7 +2,7 @@ {% block title %}{{ block.super }} - {%trans "Import participants" %} {% endblock %} {% block content %} -

Import

+

{% trans 'Import participants' %}

{% trans 'Select a CSV file to import participants!' %}

{% trans '(Required comma separated values: first_name, last_name, gender, group, type, committee)' %}