File tree Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -680,9 +680,7 @@ const Forms = (props) => {
680
680
</ ModalUi >
681
681
< form onSubmit = { handleSubmit } >
682
682
< div className = "mb-[11px]" >
683
- < h1 className = "text-[20px] font-semibold" >
684
- { t ( `form-name.${ props ?. title } ` ) }
685
- </ h1 >
683
+ < h1 className = "text-[20px] font-semibold" > { t ( props ?. title ) } </ h1 >
686
684
{ props . title === "Sign Yourself" && (
687
685
< div className = "text-gray-500 text-xs mt-1" >
688
686
{ t ( "signyour-self-description" ) }
Original file line number Diff line number Diff line change @@ -499,7 +499,7 @@ function Login() {
499
499
to = "/forgetpassword"
500
500
className = "text-[13px] op-link op-link-primary underline-offset-1 focus:outline-none ml-1"
501
501
>
502
- { t ( "forgot-password" ) }
502
+ { t ( "forgot-password" ) } ?
503
503
</ NavLink >
504
504
</ div >
505
505
</ div >
Original file line number Diff line number Diff line change @@ -712,14 +712,14 @@ function Opensigndrive() {
712
712
onClick = { ( ) => navigate ( "/form/sHAnZphf69" ) }
713
713
>
714
714
< i className = "fa-light fa-pen-nib mr-[5px]" > </ i >
715
- { t ( "form-name. Sign Yourself" ) }
715
+ { t ( "Sign Yourself" ) }
716
716
</ span >
717
717
< span
718
718
className = "dropdown-item text-[10px] md:text-[13px]"
719
719
onClick = { ( ) => navigate ( "/form/8mZzFxbG1z" ) }
720
720
>
721
721
< i className = "fa-light fa-file-signature mr-[5px]" > </ i >
722
- { t ( "form-name. Request Signatures" ) }
722
+ { t ( "Request Signatures" ) }
723
723
</ span >
724
724
</ div >
725
725
</ div >
@@ -840,14 +840,14 @@ function Opensigndrive() {
840
840
onClick = { ( ) => navigate ( "/form/sHAnZphf69" ) }
841
841
>
842
842
< i className = "fa-light fa-pen-nib mr-[5px]" > </ i >
843
- { t ( "form-name. Sign Yourself" ) }
843
+ { t ( "Sign Yourself" ) }
844
844
</ span >
845
845
< span
846
846
className = "dropdown-item text-[10px] md:text-[13px]"
847
847
onClick = { ( ) => navigate ( "/form/8mZzFxbG1z" ) }
848
848
>
849
849
< i className = "fa-light fa-file-signature mr-[5px]" > </ i >
850
- { t ( "form-name. Request Signatures" ) }
850
+ { t ( "Request Signatures" ) }
851
851
</ span >
852
852
</ div >
853
853
</ div >
You can’t perform that action at this time.
0 commit comments