Skip to content

Commit

Permalink
Remove 'Stay on this page until your records load' from PHR refresh l…
Browse files Browse the repository at this point in the history
…oad state (#34261)
  • Loading branch information
tynyttie authored Jan 24, 2025
1 parent a1c543a commit 8c69fd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const RecordListSection = ({
<div className="vads-u-margin-y--8">
<va-loading-indicator
class="hydrated initial-fhir-load"
message="We're loading your records for the first time. This can take up to 2 minutes. Stay on this page until your records load."
message="We're loading your records for the first time. This can take up to 2 minutes."
setFocus
data-testid="initial-fhir-loading-indicator"
/>
Expand Down
2 changes: 1 addition & 1 deletion src/applications/mhv-medical-records/containers/Vitals.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ const Vitals = () => {
<div className="vads-u-margin-y--8">
<va-loading-indicator
class="hydrated initial-fhir-load"
message="We're loading your records for the first time. This can take up to 2 minutes. Stay on this page until your records load."
message="We're loading your records for the first time. This can take up to 2 minutes."
setFocus
data-testid="initial-fhir-loading-indicator"
/>
Expand Down

0 comments on commit 8c69fd3

Please sign in to comment.