Skip to content

Commit 5e1a9cd

Browse files
"fix: replace title Role to Roles in template creation flow"
1 parent 6080c59 commit 5e1a9cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

microfrontends/SignDocuments/src/Component/TemplatePlaceholder.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1182,7 +1182,7 @@ const TemplatePlaceholder = () => {
11821182
handleDeleteUser={handleDeleteUser}
11831183
handleRoleChange={handleRoleChange}
11841184
handleOnBlur={handleOnBlur}
1185-
title={"Role"}
1185+
title={"Roles"}
11861186
/>
11871187
</div>
11881188
) : (
@@ -1201,7 +1201,7 @@ const TemplatePlaceholder = () => {
12011201
handleDeleteUser={handleDeleteUser}
12021202
handleRoleChange={handleRoleChange}
12031203
handleOnBlur={handleOnBlur}
1204-
title={"Role"}
1204+
title={"Roles"}
12051205
/>
12061206
<div data-tut="reactourSecond">
12071207
<FieldsComponent
@@ -1219,7 +1219,7 @@ const TemplatePlaceholder = () => {
12191219
isDragStamp={isDragStamp}
12201220
isSignYourself={false}
12211221
addPositionOfSignature={addPositionOfSignature}
1222-
title={"Role"}
1222+
title={"Roles"}
12231223
/>
12241224
</div>
12251225
</div>

0 commit comments

Comments
 (0)