Skip to content

Commit

Permalink
feat(RV-435): Updates to loading string (#445)
Browse files Browse the repository at this point in the history
  • Loading branch information
knguyenrise8 authored Dec 2, 2024
1 parent e2c2ce4 commit 822fe7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/pages/ExtractProcess.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ const ExtractProcess = () => {
return (
<LoadingWrapper
isLoading={isLoading}
title="Extracting your data"
subtitle="This process could take up to 10-15 seconds."
title="Extracting your data and aligning your image"
subtitle="Hang tight! We're processing your file by applying templates and aligning your images for optimal orientation. This could take around 30 seconds."
>
<div className="display-flex flex-column flex-justify-start center width-full height-full padding-top-2">
<ExtractDataHeader
Expand Down

0 comments on commit 822fe7c

Please sign in to comment.