Skip to content

Commit

Permalink
change language of section title
Browse files Browse the repository at this point in the history
  • Loading branch information
adamscarberry committed Jul 19, 2023
1 parent 6a355e6 commit acd4de9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app-pages/provider/provider-qa.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ export default function ProviderQA() {
useEffect(() => {
const _sections = [
{
title: `Locations with Issues (${locationIssues?.length})`,
title: `Locations with Possible Issues (${locationIssues?.length})`,
content: <LocationIssuesTable dataArray={locationIssues} />,
defaultOpen: locationIssues?.length > 0 ? true : false,
},
Expand Down

0 comments on commit acd4de9

Please sign in to comment.