refactor: text translation

This commit is contained in:
prafull-opensignlabs
2024-09-06 17:58:18 +05:30
parent d330e662d3
commit aaff0a5697
+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>
)}