You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -473,12 +473,12 @@ Refer the following example from a sample Bookshop app:
473
473
To customize the error message displayed when the upload limit is exceeded, add the following key to your `messages_[languagecode].properties` file under `srv/src/main/resources`:
474
474
475
475
```properties
476
-
SDM.maxCountErrorMessage = Maximum number of attachments reached
476
+
SDM.Attachments.maxCountError = Maximum number of attachments reached
477
477
```
478
478
479
479
Example for German language in `messages_de.properties`:
480
480
```properties
481
-
SDM.maxCountErrorMessage = Maximale Anzahl von Anhängen erreicht
481
+
SDM.Attachments.maxCountError = Maximale Anzahl von Anhängen erreicht
482
482
```
483
483
484
484
> **Note**
@@ -1264,7 +1264,7 @@ Example `messages_de.properties` for German language:
1264
1264
SDM.virusRepoErrorMoreThan400MB=Sie können keine Dateien hochladen, die größer als 400 MB sind
1265
1265
SDM.userNotAuthorisedError=Sie verfügen nicht über die erforderlichen Berechtigungen zum Hochladen von Anhängen
1266
1266
SDM.mimetypeInvalidError=Der Dateityp ist nicht zulässig
1267
-
SDM.maxCountErrorMessage=Maximale Anzahl von Anhängen erreicht
1267
+
SDM.Attachments.maxCountError=Maximale Anzahl von Anhängen erreicht
0 commit comments