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 = () => {
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 >
You can’t perform that action at this time.
0 commit comments