Skip to content

Commit

Permalink
updated title (AOT-Technologies#1671)
Browse files Browse the repository at this point in the history
  • Loading branch information
abilpraju-aot authored Nov 3, 2023
1 parent f78fde0 commit 237c58c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions forms-flow-web/src/components/Form/Steps/PreviewStepper.js
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ const Preview = React.memo(
"Applicable for Client and Reviewer Roled Users only."
)}
>
{t("Client Permission")}
{t("Permission to create new submission")}
<i className="ml-1 fa fa-info-circle cursor-pointer text-primary" />
</span>
<div>
Expand Down Expand Up @@ -506,7 +506,7 @@ const Preview = React.memo(
className="font-weight-bold"
title={t("Permission for submission tracking.")}
>
{t("Reviewer Permission")}
{t("Reviewer permission to view submissions")}
<i className="ml-1 fa fa-info-circle cursor-pointer text-primary" />
</span>
<div>
Expand Down

0 comments on commit 237c58c

Please sign in to comment.