mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-24 00:22:34 +02:00
"fix: replace title Role to Roles in template creation flow"
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user