Skip to content

Commit

Permalink
add asterisk to title, first_name and last_name
Browse files Browse the repository at this point in the history
  • Loading branch information
romanetar committed Dec 4, 2024
1 parent a3b887e commit 97ed443
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/forms/speaker-form.js
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ class SpeakerForm extends React.Component {
</div>
<div className="row form-group">
<div className="col-md-4">
<label> {T.translate("edit_speaker.title")} </label>
<label> {T.translate("edit_speaker.title")} *</label>
<Input
className="form-control"
id="title"
Expand All @@ -332,7 +332,7 @@ class SpeakerForm extends React.Component {
/>
</div>
<div className="col-md-4">
<label> {T.translate("general.first_name")} </label>
<label> {T.translate("general.first_name")} *</label>
<Input
className="form-control"
id="first_name"
Expand All @@ -341,7 +341,7 @@ class SpeakerForm extends React.Component {
/>
</div>
<div className="col-md-4">
<label> {T.translate("general.last_name")} </label>
<label> {T.translate("general.last_name")} *</label>
<Input
className="form-control"
id="last_name"
Expand Down

0 comments on commit 97ed443

Please sign in to comment.