mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-17 21:25:54 +02:00
Merge pull request #1881 from OpenSignLabs/updates-16679049560
refactor: remove form-name from form title
This commit is contained in:
@@ -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