mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-09-03 08:18:50 +02:00
Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1b5c85fd5f | ||
|
|
123425d7d1 |
@@ -680,9 +680,7 @@ const Forms = (props) => {
|
||||
</ModalUi>
|
||||
<form onSubmit={handleSubmit}>
|
||||
<div className="mb-[11px]">
|
||||
<h1 className="text-[20px] font-semibold">
|
||||
{t(`form-name.${props?.title}`)}
|
||||
</h1>
|
||||
<h1 className="text-[20px] font-semibold">{t(props?.title)}</h1>
|
||||
{props.title === "Sign Yourself" && (
|
||||
<div className="text-gray-500 text-xs mt-1">
|
||||
{t("signyour-self-description")}
|
||||
|
||||
@@ -499,7 +499,7 @@ function Login() {
|
||||
to="/forgetpassword"
|
||||
className="text-[13px] op-link op-link-primary underline-offset-1 focus:outline-none ml-1"
|
||||
>
|
||||
{t("forgot-password")}
|
||||
{t("forgot-password")}?
|
||||
</NavLink>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -712,14 +712,14 @@ function Opensigndrive() {
|
||||
onClick={() => navigate("/form/sHAnZphf69")}
|
||||
>
|
||||
<i className="fa-light fa-pen-nib mr-[5px]"></i>
|
||||
{t("form-name.Sign Yourself")}
|
||||
{t("Sign Yourself")}
|
||||
</span>
|
||||
<span
|
||||
className="dropdown-item text-[10px] md:text-[13px]"
|
||||
onClick={() => navigate("/form/8mZzFxbG1z")}
|
||||
>
|
||||
<i className="fa-light fa-file-signature mr-[5px]"></i>
|
||||
{t("form-name.Request Signatures")}
|
||||
{t("Request Signatures")}
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
@@ -840,14 +840,14 @@ function Opensigndrive() {
|
||||
onClick={() => navigate("/form/sHAnZphf69")}
|
||||
>
|
||||
<i className="fa-light fa-pen-nib mr-[5px]"></i>
|
||||
{t("form-name.Sign Yourself")}
|
||||
{t("Sign Yourself")}
|
||||
</span>
|
||||
<span
|
||||
className="dropdown-item text-[10px] md:text-[13px]"
|
||||
onClick={() => navigate("/form/8mZzFxbG1z")}
|
||||
>
|
||||
<i className="fa-light fa-file-signature mr-[5px]"></i>
|
||||
{t("form-name.Request Signatures")}
|
||||
{t("Request Signatures")}
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user