feat: show usage alert as of threshold

This commit is contained in:
Ali BARIN
2023-03-08 18:37:32 +00:00
parent 12e34013f8
commit 1669708041
5 changed files with 111 additions and 2 deletions

View File

@@ -136,5 +136,7 @@
"resetPasswordForm.submit": "Reset password",
"resetPasswordForm.passwordFieldLabel": "Password",
"resetPasswordForm.confirmPasswordFieldLabel": "Confirm password",
"resetPasswordForm.passwordUpdated": "The password has been updated. Now, you can login."
}
"resetPasswordForm.passwordUpdated": "The password has been updated. Now, you can login.",
"usageAlert.informationText": "Tasks: {consumedTaskCount}/{allowedTaskCount} (Resets {relativeResetDate})",
"usageAlert.viewPlans": "View plans"
}