Skip to content

Commit

Permalink
Updated file name
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalii-bezuhlyi committed Mar 22, 2024
1 parent d55e778 commit 0355a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Apps.Memoq/Actions/FileActions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ public async Task<DownloadFileResponse> DownloadFileAsXliff(
return new(document) { File = fileReference };
}

var fileReferenceXliff = await ConvertMqXliffToXliff(stream, filename);
var fileReferenceXliff = await ConvertMqXliffToXliff(stream, filename.Replace(".mqxliff", ".xliff"));
return new(document) { File = fileReferenceXliff };
}

Expand Down

0 comments on commit 0355a44

Please sign in to comment.