Skip to content

Commit b1b9b20

Browse files
Update Validate.js
1 parent 75c0cdb commit b1b9b20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/OpenSign/src/primitives/Validate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const Validate = () => {
5454
) : (
5555
<ModalUi showHeader={false} isOpen={true} showClose={false}>
5656
<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>
57+
<p className="text-xl font-medium">{t("session-expired")}</p>
5858
<button onClick={handleLoginBtn} className="op-btn op-btn-neutral">
5959
{t("login")}
6060
</button>

0 commit comments

Comments
 (0)