We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75c0cdb commit b1b9b20Copy full SHA for b1b9b20
apps/OpenSign/src/primitives/Validate.js
@@ -54,7 +54,7 @@ const Validate = () => {
54
) : (
55
<ModalUi showHeader={false} isOpen={true} showClose={false}>
56
<div className="flex flex-col justify-center items-center py-4 md:py-5 gap-5">
57
- <p className="text-xl font-medium">{this("session-expired")}</p>
+ <p className="text-xl font-medium">{t("session-expired")}</p>
58
<button onClick={handleLoginBtn} className="op-btn op-btn-neutral">
59
{t("login")}
60
</button>
0 commit comments