mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
CLarified upload error text
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
a81e2be6da
commit
9316ecb8d6
|
@ -485,7 +485,7 @@ return [
|
||||||
],
|
],
|
||||||
'percent_complete' => '% complete',
|
'percent_complete' => '% complete',
|
||||||
'uploading' => 'Uploading... ',
|
'uploading' => 'Uploading... ',
|
||||||
'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.',
|
'upload_error' => 'Error uploading file. Please check that there are no empty rows and that no column names are duplicated.',
|
||||||
'copy_to_clipboard' => 'Copy to Clipboard',
|
'copy_to_clipboard' => 'Copy to Clipboard',
|
||||||
'copied' => 'Copied!',
|
'copied' => 'Copied!',
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue