Merge pull request #5064 from sbwalker/dev
modified file upload error message to reflect new behavior
This commit is contained in:
commit
a151ecfda0
|
@ -412,7 +412,7 @@
|
|||
}
|
||||
else
|
||||
{
|
||||
await logger.LogInformation("File Upload Failed Or Is Still In Progress {Files}", uploads);
|
||||
await logger.LogInformation("File Upload Failed {Files}", uploads);
|
||||
_message = Localizer["Error.File.Upload"];
|
||||
_messagetype = MessageType.Error;
|
||||
}
|
||||
|
|
|
@ -127,7 +127,7 @@
|
|||
<value>Error Loading Files</value>
|
||||
</data>
|
||||
<data name="Error.File.Upload" xml:space="preserve">
|
||||
<value>File Upload Failed Or Is Still In Progress</value>
|
||||
<value>File Upload Failed</value>
|
||||
</data>
|
||||
<data name="Message.File.NotSelected" xml:space="preserve">
|
||||
<value>You Have Not Selected A File To Upload</value>
|
||||
|
|
Loading…
Reference in New Issue
Block a user