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
- Created new dropzone component.
- Added standard component event system using custom DOM events.
- Added tabs component.
- Added ajax-delete-row component.
Copy file name to clipboardExpand all lines: resources/lang/en/entities.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -256,7 +256,7 @@
256
256
'attachments_upload' => 'Upload File',
257
257
'attachments_link' => 'Attach Link',
258
258
'attachments_set_link' => 'Set Link',
259
-
'attachments_delete_confirm' => 'Click delete again to confirm you want to delete this attachment.',
259
+
'attachments_delete' => 'Are you sure you want to delete this attachment?',
260
260
'attachments_dropzone' => 'Drop files or click here to attach a file',
261
261
'attachments_no_files' => 'No files have been uploaded',
262
262
'attachments_explain_link' => 'You can attach a link if you\'d prefer not to upload a file. This can be a link to another page or a link to a file in the cloud.',
0 commit comments