Skip to content

Commit

Permalink
OEVE-211 Improve the style of upload box text
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Fedurtsya <[email protected]>
  • Loading branch information
Sieg committed Mar 8, 2024
1 parent 785ef93 commit e87117f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions views/admin_twig/de/ddoemedialibrary_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@
'DD_MEDIA_REMOVE_MANY_CONFIRM' => 'Möchten Sie die Dateien wirklich unwiderruflich löschen?',
'DD_MEDIA_REMOVE_FOLDER_CONFIRM' => 'Möchten Sie den Ordner wirklich unwiderruflich löschen?',
'DD_MEDIA_FALLBACK_INFO' => 'Datei auswählen <strong>für den Upload</strong>',
'DD_MEDIA_UPLOAD_INFO' => 'Datei hierhin ziehen',
'DD_MEDIA_UPLOAD_INFO1' => 'für den Upload',
'DD_MEDIA_UPLOAD_INFO2' => 'oder hier klicken',
'DD_MEDIA_UPLOAD_INFO' => 'Datei hierhin ziehen <strong>für den Upload</strong><br><small>oder hier klicken</small>',
'DD_MEDIA_DRAG_INFO' => 'Datei hierhin ziehen <strong>für den Upload</strong>',
'DD_MEDIA_EMPTY_LIST' => 'Keine Medien vorhanden',
'DD_MEDIA_FILETYPE_NOT_ALLOWED' => 'Dateiformat nicht erlaubt!',
Expand Down
4 changes: 1 addition & 3 deletions views/admin_twig/en/ddoemedialibrary_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@
'DD_MEDIA_REMOVE_MANY_CONFIRM' => 'Do you really want to delete the selected files irrevocably?',
'DD_MEDIA_REMOVE_FOLDER_CONFIRM' => 'Do you really want to delete this folder irrevocably?',
'DD_MEDIA_FALLBACK_INFO' => 'Choose data <strong>for upload</strong>',
'DD_MEDIA_UPLOAD_INFO' => 'Drag file here',
'DD_MEDIA_UPLOAD_INFO1' => 'for upload',
'DD_MEDIA_UPLOAD_INFO2' => 'or click here',
'DD_MEDIA_UPLOAD_INFO' => 'Drag file here <strong>for upload</strong><br><small>or click here</small>',
'DD_MEDIA_DRAG_INFO' => 'Drag file here <strong>for upload</strong>',
'DD_MEDIA_EMPTY_LIST' => 'No media available',
'DD_MEDIA_FILETYPE_NOT_ALLOWED' => 'File type not allowed!',
Expand Down

0 comments on commit e87117f

Please sign in to comment.