|
558 | 558 | "settings.customProperties.all": "All", |
559 | 559 | "settings.customProperties.none": "None", |
560 | 560 | "supplementaryProperty.help.label": "An agreement term 'label' is used when displaying the supplementary property to users within Folio and in any other systems that display agreement's supplementary properties to users. It should be a short text string that clearly communicates what information is recorded in the supplementary property. The Description should be used where further explanation of the supplementary property is required for display to users.", |
561 | | - "supplementaryProperty.help.name": "An agreement term 'name' is used when outputting the supplementary property data in a machine readable format. It is not intended to be displayed to users (staff or patrons). It should be a short Latin alphabet string that can be used by any external systems or programs that access the agreement supplementary property data. Use of camelCase is suggested but not required. Changes to the agreement supplementary property name would affect any external systems using agreement supplementary property data and changes should not be made without consulting those responsible for relevant external systems and software.", |
| 561 | + "supplementaryProperty.help.name": "A supplementary property 'name' is used when outputting the supplementary property data in a machine readable format intended to be used by external systems or programs that access the agreement supplementary property data. It is not intended to be displayed to users (staff or patrons). It should be a short string which must start with a letter, and can only contain letters, numbers, and underscores. Changes to the supplementary property name will affect any external systems using supplementary property data and changes should not be made without consulting those responsible for relevant external systems and software.", |
562 | 562 | "eresources.packageContentType": "Package content type", |
563 | 563 | "eresources.availability": "Availability", |
564 | 564 | "eresources.extendedPackageInformation": "Extended package information", |
|
627 | 627 | "settings.default": "default", |
628 | 628 | "settings.valueFor": "Value for setting {name}", |
629 | 629 | "errors.invalidNumber": "Please enter a valid number to continue", |
630 | | - "errors.hasNonAlphaName": "The name can only contain Latin alphabetical characters (a-z) and non-leading numeric characters.", |
| 630 | + "errors.hasNonAlphaName": "The name must start with a letter, and can only contain letters, numbers, and underscores.", |
631 | 631 | "errors.valueNotInRange": "Please enter a whole number in the range {min} to {max} to continue", |
632 | 632 | "errors.decimalValueNotInRange": "Please enter a number in the range {min} to {max} to continue", |
633 | 633 | "errors.maxTwoDecimals": "Please enter a number with a maximum of 2 decimals places", |
|
0 commit comments