File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
microfrontends/SignDocuments/src/Component Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1182,7 +1182,7 @@ const TemplatePlaceholder = () => {
1182
1182
handleDeleteUser = { handleDeleteUser }
1183
1183
handleRoleChange = { handleRoleChange }
1184
1184
handleOnBlur = { handleOnBlur }
1185
- title = { "Role " }
1185
+ title = { "Roles " }
1186
1186
/>
1187
1187
</ div >
1188
1188
) : (
@@ -1201,7 +1201,7 @@ const TemplatePlaceholder = () => {
1201
1201
handleDeleteUser = { handleDeleteUser }
1202
1202
handleRoleChange = { handleRoleChange }
1203
1203
handleOnBlur = { handleOnBlur }
1204
- title = { "Role " }
1204
+ title = { "Roles " }
1205
1205
/>
1206
1206
< div data-tut = "reactourSecond" >
1207
1207
< FieldsComponent
@@ -1219,7 +1219,7 @@ const TemplatePlaceholder = () => {
1219
1219
isDragStamp = { isDragStamp }
1220
1220
isSignYourself = { false }
1221
1221
addPositionOfSignature = { addPositionOfSignature }
1222
- title = { "Role " }
1222
+ title = { "Roles " }
1223
1223
/>
1224
1224
</ div >
1225
1225
</ div >
You can’t perform that action at this time.
0 commit comments