corrected spelling mistake in "Quarterly" plan type (Bills & Plan History

This commit is contained in:
pramod mahajan 2025-08-18 23:38:07 +05:30
parent f25289f7fa
commit 19d7e35d8a

View File

@ -83,7 +83,7 @@ export const CONSTANT_TEXT = {
export const SUBSCRIPTION_PLAN_FREQUENCIES = {
0: "Monthly",
1:"Quatery",
1:"Quarterly",
2:"Half-Yearly",
3:"Yearly"
}