Merge pull request #1170 from OpenSignLabs/validation

This commit is contained in:
Andrew
2024-09-06 17:59:59 +05:30
committed by GitHub
+1 -1
View File
@@ -243,7 +243,7 @@ const Header = ({ showSidebar }) => {
<li className="cursor-pointer" onClick={handleMailUsed}>
<span>
<i className="fa-light fa-envelope"></i>
{emailUsed}/20 sent this month
{emailUsed}/20 {t("sent-this-month")}
</span>
</li>
)}