Skip to content

Commit

Permalink
Fix typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
tdhooten committed Jan 20, 2025
1 parent 98908f3 commit 738788b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Polyglot/Components/Pages/Home.razor
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@
catch (Exception ex)
{
Logger.LogError(ex, ex.Message);
if (args.FileCount > 1) Messenger.AddError($"Error converted files from {_inputFormat} to {_outputFormat} format!");
else Messenger.AddError($"Error converted file(s) from {_inputFormat} to {_outputFormat} format!");
if (args.FileCount > 1) Messenger.AddError($"Error converting files from {_inputFormat} to {_outputFormat} format!");
else Messenger.AddError($"Error converting file from {_inputFormat} to {_outputFormat} format!");
}

_fileUploading = false;
Expand Down

0 comments on commit 738788b

Please sign in to comment.