@sd-angular/core 19.0.16 → 19.0.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/i18n/src/en.d.ts
CHANGED
|
@@ -138,7 +138,7 @@ export declare const EN_MESSAGES: {
|
|
|
138
138
|
readonly 'core.form.checkbox.checked': "Yes";
|
|
139
139
|
readonly 'core.form.checkbox.unchecked': "No";
|
|
140
140
|
readonly 'core.form.select.required': "Please enter information";
|
|
141
|
-
readonly 'core.form.select.selectAll': "
|
|
141
|
+
readonly 'core.form.select.selectAll': "All";
|
|
142
142
|
readonly 'core.form.textarea.required': "Please enter information";
|
|
143
143
|
readonly 'core.form.textarea.maxlength': "Maximum characters: {max}";
|
|
144
144
|
readonly 'core.form.textarea.invalid-pattern': "Invalid format";
|