Skip to content

Commit e1be05f

Browse files
Copilothotlong
andcommitted
fix: correct spelling of organization in CRM translation
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent a7e2d2f commit e1be05f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/app-crm/src/translations/crm.translation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export const CrmTranslations: TranslationBundle = {
2222
pluralLabel: 'Accounts',
2323
fields: {
2424
account_number: { label: 'Account Number' },
25-
name: { label: 'Account Name', help: 'Legal name of the company or organisation' },
25+
name: { label: 'Account Name', help: 'Legal name of the company or organization' },
2626
type: {
2727
label: 'Type',
2828
options: { prospect: 'Prospect', customer: 'Customer', partner: 'Partner', former: 'Former' },

0 commit comments

Comments
 (0)