diff --git a/client/src/containers/Accounting/JournalsLanding/ManualJournalsEmptyStatus.js b/client/src/containers/Accounting/JournalsLanding/ManualJournalsEmptyStatus.js index f3d641f22..105b5c62d 100644 --- a/client/src/containers/Accounting/JournalsLanding/ManualJournalsEmptyStatus.js +++ b/client/src/containers/Accounting/JournalsLanding/ManualJournalsEmptyStatus.js @@ -9,10 +9,10 @@ export default function ManualJournalsEmptyStatus() { return ( } + title={} description={

- +

} action={ diff --git a/client/src/containers/Expenses/ExpensesLanding/ExpensesEmptyStatus.js b/client/src/containers/Expenses/ExpensesLanding/ExpensesEmptyStatus.js index 5ce593bf0..84ed56b0e 100644 --- a/client/src/containers/Expenses/ExpensesLanding/ExpensesEmptyStatus.js +++ b/client/src/containers/Expenses/ExpensesLanding/ExpensesEmptyStatus.js @@ -9,10 +9,10 @@ export default function InvoicesEmptyStatus() { return ( } + title={} description={

- +

} action={ diff --git a/client/src/lang/ar/index.json b/client/src/lang/ar/index.json index f30d41886..e5ae6b357 100644 --- a/client/src/lang/ar/index.json +++ b/client/src/lang/ar/index.json @@ -983,9 +983,7 @@ "closing_balance": "الرصيد الختامي", "view_more_transactions": "عرض المزيد من المعاملات.", "there_is_no_results_in_the_table": "لا توجد نتائج في الجدول.", - "create_your_first_journal_entries_on_accounts_chart": "قم بإدخال اول القيود اليدوية علي شجرة الحسابات.", "journal_details": "تفاصيل القيد", - "create_and_manage_your_organization_s_expenses": "إضافة وإدارة مصاريف مؤسستك", "expense_amount": "قيمة المصروف", "expense_details": "تفاصيل المصروف", "sub_total": "مبلغ إجمالي", @@ -1309,6 +1307,10 @@ "vendor.drawer.action.delete": "حذف", "vendor.drawer.action.new_transaction": "معاملة جديدة", "vendor.drawer.action.new_payment": "سند مورد جديد", - "vendor.drawer.action.new_invoice": "فاتورة شراء جديدة" + "vendor.drawer.action.new_invoice": "فاتورة شراء جديدة", + "expenses.empty_status.title": "إضافة وإدارة مصاريف مؤسستك", + "expenses.empty_status.description": "قم بإنشاء وإدارة المصروفات التي تُعد جزء من التكاليف التشغيلية لمؤسستك.", + "manual_journals.empty_status.title": "قم بإدخال اول القيود اليدوية علي شجرة الحسابات.", + "manual_journals.empty_status.description": "يمكن القيود اليدوية لتسجيل المعاملات المالية ، ويستخدمها المحاسبون للعمل مع دفتر الأستاذ." } diff --git a/client/src/lang/en/index.json b/client/src/lang/en/index.json index 5cb46fb4f..2385e1316 100644 --- a/client/src/lang/en/index.json +++ b/client/src/lang/en/index.json @@ -974,9 +974,7 @@ "closing_balance": "Closing Balance", "view_more_transactions": "View more transactions.", "there_is_no_results_in_the_table": "There is no results in the table.", - "create_your_first_journal_entries_on_accounts_chart": "Create your first journal entries on accounts chart.", "journal_details": "Journal details", - "create_and_manage_your_organization_s_expenses": "Create and manage your organization's expenses", "expense_amount": "Expense Amount", "expense_details": "Expense details", "sub_total": "Sub Total", @@ -1280,5 +1278,9 @@ "vendor.drawer.action.delete": "Delete", "vendor.drawer.action.new_transaction": "New transaction", "vendor.drawer.action.new_payment": "New payment", - "vendor.drawer.action.new_invoice": "New purchase invoice" + "vendor.drawer.action.new_invoice": "New purchase invoice", + "manual_journals.empty_status.description": "Manual journals can be used to record financial transactions manually, used by accountants to work with the ledger.", + "manual_journals.empty_status.title": "Create your first journal entries on accounts chart.", + "expenses.empty_status.description": "Create and manage expeses that are part of your organization's operating costs.", + "expenses.empty_status.title": "Create and manage your organization's expenses" } \ No newline at end of file