Skip to content
Snippets Groups Projects
Commit 991f1455 authored by anonymous's avatar anonymous
Browse files

ODPSH-127: change translation add required text

parent 051b7e47
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -202,7 +202,7 @@ msgid "Tag string: Fehlender Wert"
msgstr "Bitte wählen Sie geeignete Schlagwörter"
msgid "odsh_resource_upload_error_label"
msgstr "Bitte laden Sie Ihren Datensatz hoch"
msgstr "Bitte laden Sie eine Distribution hoch"
msgid "odsh_resource_name_error_label"
msgstr "Bitte geben sie einen Namen für den Datensatz ein"
......
......@@ -1359,3 +1359,6 @@ display: none;
height: 100px;
position: relative;
}
.required-text{
font-size: 14px;
}
\ No newline at end of file
......@@ -43,4 +43,5 @@ then itself be extended to add/remove blocks of functionality. #}
{% endblock %}
</div>
{% endblock %}
<span class='required-text'>*Pflichtangabe</span>
</form>
\ No newline at end of file
......@@ -117,4 +117,5 @@
</div>
</div>
</div>
<span class='required-text'>*Pflichtangabe</span>
</form>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment