Skip to content
Snippets Groups Projects
Commit 72de9229 authored by Benjamin Ulrich's avatar Benjamin Ulrich :speech_balloon:
Browse files

[Projekt: Entwicklung - xRM][TicketNr.: 1044224][Document-Context:...

[Projekt: Entwicklung - xRM][TicketNr.: 1044224][Document-Context: BINDATA_UPLOAD muss Pflichtfeld sein]
parent 3febc789
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,6 @@ if(vars.get("$sys.recordstate") == neon.OPERATINGSTATE_NEW)
if(bindata == null || bindata == "")
{
result.string(translate.text("Dont forget to upload a file"));
result.string(translate.text("Don't forget to upload a file"));
}
}
\ No newline at end of file
......@@ -7587,6 +7587,9 @@
<entry>
<key>The team must have at least one owner</key>
</entry>
<entry>
<key>Dont forget to upload a file</key>
</entry>
</keyValueMap>
<font name="Dialog" style="0" size="11" />
<sqlModels>
......
......@@ -108,7 +108,7 @@
</entry>
<entry>
<key>Dont forget to upload a file</key>
<value>Datei hochladen nicht vergessen</value>
<value>Vergessen Sie nicht, eine Datei hochzuladen</value>
</entry>
<entry>
<key>Discussion</key>
......
......@@ -7668,6 +7668,9 @@
<entry>
<key>The team must have at least one owner</key>
</entry>
<entry>
<key>Dont forget to upload a file</key>
</entry>
</keyValueMap>
<font name="Dialog" style="0" size="11" />
</language>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment