FIX Field name and description in language file
This commit is contained in:
@ -9,16 +9,16 @@
|
||||
<field
|
||||
name="name_short"
|
||||
type="text"
|
||||
label="COM_DEPOT_FIELD_COMPONENT_NAME_LABEL"
|
||||
description="COM_DEPOT_FIELD_COMPONENT_NAME_DESC"
|
||||
label="COM_DEPOT_FIELD_MANUFACTURER_ACRONYM_LABEL"
|
||||
description="COM_DEPOT_FIELD_MANUFACTURER_ACRONYM_DESC"
|
||||
required="true"
|
||||
autofocus="1"
|
||||
/>
|
||||
<field
|
||||
name="name_long"
|
||||
type="text"
|
||||
label="COM_DEPOT_FIELD_COMPONENT_NAME_LABEL"
|
||||
description="COM_DEPOT_FIELD_COMPONENT_NAME_DESC"
|
||||
label="COM_DEPOT_FIELD_MANUFACTURER_LONG_NAME_LABEL"
|
||||
description="COM_DEPOT_FIELD_MANUFACTURER_LONG_NAME_DESC"
|
||||
required="true"
|
||||
/>
|
||||
<field
|
||||
@ -26,7 +26,7 @@
|
||||
type="text"
|
||||
label="JFIELD_ALIAS_LABEL"
|
||||
description="JFIELD_ALIAS_DESC"
|
||||
hint="COM_DEPOT_FIELD_ALIAS_PLACEHOLDER"
|
||||
hint="COM_DEPOT_FIELD_ALIAS_MANUFACTURER_PLACEHOLDER"
|
||||
size="40"
|
||||
/>
|
||||
<field
|
||||
|
@ -33,7 +33,7 @@
|
||||
type="text"
|
||||
label="JFIELD_ALIAS_LABEL"
|
||||
description="JFIELD_ALIAS_DESC"
|
||||
hint="COM_DEPOT_FIELD_ALIAS_PLACEHOLDER"
|
||||
hint="COM_DEPOT_FIELD_ALIAS_PART_PLACEHOLDER"
|
||||
size="40"
|
||||
/>
|
||||
<field
|
||||
|
@ -9,16 +9,16 @@
|
||||
<field
|
||||
name="name"
|
||||
type="text"
|
||||
label="COM_DEPOT_FIELD_COMPONENT_NAME_LABEL"
|
||||
description="COM_DEPOT_FIELD_COMPONENT_NAME_DESC"
|
||||
label="COM_DEPOT_FIELD_STOCK_NAME_LABEL"
|
||||
description="COM_DEPOT_FIELD_STOCK_NAME_DESC"
|
||||
required="true"
|
||||
autofocus="1"
|
||||
/>
|
||||
<field
|
||||
name="description"
|
||||
type="text"
|
||||
label="COM_DEPOT_FIELD_COMPONENT_NAME_LABEL"
|
||||
description="COM_DEPOT_FIELD_COMPONENT_NAME_DESC"
|
||||
label="COM_DEPOT_FIELD_STOCK_DESCRIPTION_LABEL"
|
||||
description="COM_DEPOT_FIELD_STOCK_DESCRIPTION_DESC"
|
||||
required="true"
|
||||
/>
|
||||
<field
|
||||
@ -26,7 +26,7 @@
|
||||
type="text"
|
||||
label="JFIELD_ALIAS_LABEL"
|
||||
description="JFIELD_ALIAS_DESC"
|
||||
hint="COM_DEPOT_FIELD_ALIAS_PLACEHOLDER"
|
||||
hint="COM_DEPOT_FIELD_ALIAS_STOCK_PLACEHOLDER"
|
||||
size="40"
|
||||
/>
|
||||
<field
|
||||
|
Reference in New Issue
Block a user