added error message object

This commit was merged in pull request #676.
This commit is contained in:
victorAnumudu
2024-03-26 12:51:59 +01:00
parent 160c302417
commit 002e2fead4
2 changed files with 10 additions and 2 deletions
+4
View File
@@ -0,0 +1,4 @@
export let errorMsg = {
error_unable_to_create_fund_for_task: "Insufficient Wallet Balance to Create Task",
}