Skip to content

Commit

Permalink
Merge pull request #1709 from methodic-labs/task/CHRONICLE-112-no-app…
Browse files Browse the repository at this point in the history
…s-language

update "no apps found" language
  • Loading branch information
UnsungHero97 committed Mar 30, 2023
2 parents 5314190 + d3bdfee commit c3d9757
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/containers/survey/components/HourlySurveyInstructions.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ const HourlySurveyInstructions = (props :Props) => {
if (noApps) {
return (
<Box textAlign="center">
No apps found. Please try refreshing page.
There is no recorded app usage without a known user today.
Thank you for your participation, the survey is not needed today.
</Box>
);
}
Expand Down
3 changes: 2 additions & 1 deletion src/containers/survey/components/SurveyForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ const SurveyForm = ({
? (
<StyledCardSegment noBleed>
<NoAppsFound>
No apps found. Please try refreshing the page.
There is no recorded app usage without a known user today.
Thank you for your participation, the survey is not needed today.
</NoAppsFound>
</StyledCardSegment>
) : (
Expand Down

0 comments on commit c3d9757

Please sign in to comment.