diff --git a/lang/en/app.php b/lang/en/app.php index b92e362..caaba69 100644 --- a/lang/en/app.php +++ b/lang/en/app.php @@ -50,10 +50,10 @@ return [ 'start-uploading' => 'Start uploading files', 'bundle-password' => 'Password', 'complete-upload' => 'Complete upload', - 'no-file' => 'No file uploaded yet', + 'no-file' => 'No files uploaded yet', 'click-to-remove' => 'Click to delete this file', 'confirm-delete' => 'Do you really want to delete this file?', - 'confirm-complete' => 'Do you really want to complete this bundle? It will be locked and cannot not be modified afterwards.', + 'confirm-complete' => 'Do you really want to complete this bundle? It will be locked and cannot be modified afterwards.', 'confirmation' => 'Confirmation', 'cancel' => 'Cancel', 'confirm' => 'Confirm',