Merge pull request #320 from OpenSignLabs/modal-ui

fix: replace title Role to Roles in template creation flow
This commit is contained in:
prafull-opensignlabs
2024-01-12 19:24:53 +05:30
committed by GitHub
@@ -1182,7 +1182,7 @@ const TemplatePlaceholder = () => {
handleDeleteUser={handleDeleteUser}
handleRoleChange={handleRoleChange}
handleOnBlur={handleOnBlur}
title={"Role"}
title={"Roles"}
/>
</div>
) : (
@@ -1201,7 +1201,7 @@ const TemplatePlaceholder = () => {
handleDeleteUser={handleDeleteUser}
handleRoleChange={handleRoleChange}
handleOnBlur={handleOnBlur}
title={"Role"}
title={"Roles"}
/>
<div data-tut="reactourSecond">
<FieldsComponent
@@ -1219,7 +1219,7 @@ const TemplatePlaceholder = () => {
isDragStamp={isDragStamp}
isSignYourself={false}
addPositionOfSignature={addPositionOfSignature}
title={"Role"}
title={"Roles"}
/>
</div>
</div>