spelling: attachment

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2023-06-19 01:36:43 -04:00
parent 847b4380be
commit f82b78c4eb
3 changed files with 5 additions and 5 deletions

View File

@@ -3,9 +3,9 @@ import React from 'react';
import { Dragzone, FormattedMessage as T } from '@/components';
/**
* Vendor Attahment Tab.
* Vendor Attachment Tab.
*/
function VendorAttahmentTab() {
function VendorAttachmentTab() {
return (
<div>
<Dragzone
@@ -18,4 +18,4 @@ function VendorAttahmentTab() {
);
}
export default VendorAttahmentTab;
export default VendorAttachmentTab;

View File

@@ -423,7 +423,7 @@
"company_name": "اسم الشركة",
"other": "آخر",
"address": "عنوان",
"attachement": "التعلق",
"attachment": "التعلق",
"country": "دولة",
"city_town": "المدينة / البلدة",
"state": "ولاية",

View File

@@ -420,7 +420,7 @@
"company_name": "Company Name",
"other": "Other",
"address": "Address",
"attachement": "Attachement",
"attachment": "Attachment",
"country": "Country",
"city_town": "City/Town",
"state": "State",