Skip to content

Commit

Permalink
Update client/src/hooks/datafiles/mutations/useCompress.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Sal Tijerina <[email protected]>
  • Loading branch information
jmcmillenmusic and rstijerina authored Dec 6, 2024
1 parent 9ff27eb commit 7cbe3a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/hooks/datafiles/mutations/useCompress.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ function useCompress() {
dispatch({
type: 'ADD_TOAST',
payload: {
message: 'Compressed ZIP file in Root directory shortly',
message: 'Compress job submitted.',
},
});
dispatch({
Expand Down

0 comments on commit 7cbe3a6

Please sign in to comment.