Skip to content

Commit 14e9330

Browse files
replace destination to Jobtitle in additional info popup
1 parent a20bd40 commit 14e9330

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/OpenSign/src/routes/Login.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1183,17 +1183,17 @@ function Login(props) {
11831183
</div>
11841184
<div className="form-group">
11851185
<label
1186-
htmlFor="Destination"
1186+
htmlFor="JobTitle"
11871187
style={{ display: "flex" }}
11881188
className="col-form-label"
11891189
>
1190-
Destination{" "}
1190+
Job Title
11911191
<span style={{ fontSize: 13, color: "red" }}>*</span>
11921192
</label>
11931193
<input
11941194
type="text"
11951195
className="form-control"
1196-
id="Destination"
1196+
id="JobTitle"
11971197
value={userDetails.Destination}
11981198
onChange={(e) =>
11991199
setUserDetails({

0 commit comments

Comments
 (0)