mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
spelling: activate
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -16,7 +16,7 @@ function WarehouseActivateDialog({ dialogName, payload: {}, isOpen }) {
|
||||
return (
|
||||
<Dialog
|
||||
name={dialogName}
|
||||
title={<T id={'warehouse_actviate.dialog.label'} />}
|
||||
title={<T id={'warehouse_activate.dialog.label'} />}
|
||||
isOpen={isOpen}
|
||||
canEscapeJeyClose={true}
|
||||
autoFocus={true}
|
||||
|
||||
@@ -119,7 +119,7 @@ export function useDeleteAccount(props) {
|
||||
}
|
||||
|
||||
/**
|
||||
* Actiavte the give account.
|
||||
* Activate the give account.
|
||||
*/
|
||||
export function useActivateAccount(props) {
|
||||
const client = useQueryClient();
|
||||
|
||||
@@ -1906,7 +1906,7 @@
|
||||
"branch.alert.mark_primary_message": "تم تحديد الفرع على أنه أساسي.",
|
||||
"branch.error.could_not_delete_only_branch": "لا يمكنك حذف الفرع الاخير.",
|
||||
"warehouse_activate.dialog_success_message": "تم تفعيل خاصية تعدد المخازن بنجاح.",
|
||||
"warehouse_actviate.dialog.label": "تفعيل المخازن",
|
||||
"warehouse_activate.dialog.label": "تفعيل المخازن",
|
||||
"warehouse_activate.dialog_paragraph": "بمجرد تفعيل خاصية <strong>تعدد المخازن</strong>, لن تتمكن من تعطيلها. ومع ذلك ، يمكنك حذف المخزن أو وضع علامة على أنه غير نشط.",
|
||||
"warehouse_activate.dialog_paragraph.line_1": "سيتم اعتبار المنشأة الحالية بمثابة المكتب الرئيسي أو الفرع الرئيسي.",
|
||||
"warehouse_activate.dialog_paragraph.line_2": "سيتم اعتبار جميع معاملات الحسابات بمثابة المكتب الرئيسي. ",
|
||||
|
||||
@@ -1929,7 +1929,7 @@
|
||||
"branch.alert.mark_primary_message": "The branch has been marked as primary.",
|
||||
"branch.alert.are_you_sure_you_want_to_make": "Are you sure you want to make a primary branch?",
|
||||
"branch.error.could_not_delete_only_branch": "You could not delete the only branch.",
|
||||
"warehouse_actviate.dialog.label": "Warehouses Activation",
|
||||
"warehouse_activate.dialog.label": "Warehouses Activation",
|
||||
"warehouse_activate.dialog_success_message": "Multi-branches feature has been activated successfully.",
|
||||
"warehouse_activate.dialog_paragraph": "Once you enable <strong>Multiple Warehouses</strong>, you will not be able to disable it. However, you can delete the warehouse or mark it inactive.",
|
||||
"warehouse_activate.dialog_paragraph.line_1": "The current organization will be considered as the Head Office or Primary warehouse.",
|
||||
|
||||
Reference in New Issue
Block a user