@7shifts/sous-chef 3.84.0 → 3.85.0
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.
|
@@ -48,6 +48,6 @@
|
|
|
48
48
|
"emptyStateTitle": "Sin elementos de acción"
|
|
49
49
|
},
|
|
50
50
|
"PhoneField": {
|
|
51
|
-
"malformedPhoneNumber": "
|
|
51
|
+
"malformedPhoneNumber": "Por favor, ingresa un número de teléfono válido."
|
|
52
52
|
}
|
|
53
53
|
}
|
package/dist/index.js
CHANGED
|
@@ -6215,7 +6215,7 @@ var ActionList$1 = {
|
|
|
6215
6215
|
emptyStateTitle: "No action items"
|
|
6216
6216
|
};
|
|
6217
6217
|
var PhoneField$1 = {
|
|
6218
|
-
malformedPhoneNumber: "
|
|
6218
|
+
malformedPhoneNumber: "Please enter a valid phone number."
|
|
6219
6219
|
};
|
|
6220
6220
|
var en = {
|
|
6221
6221
|
PaginationControls: PaginationControls$1,
|
package/dist/index.modern.js
CHANGED
|
@@ -6361,7 +6361,7 @@ var ActionList$1 = {
|
|
|
6361
6361
|
emptyStateTitle: "No action items"
|
|
6362
6362
|
};
|
|
6363
6363
|
var PhoneField$1 = {
|
|
6364
|
-
malformedPhoneNumber: "
|
|
6364
|
+
malformedPhoneNumber: "Please enter a valid phone number."
|
|
6365
6365
|
};
|
|
6366
6366
|
var en = {
|
|
6367
6367
|
PaginationControls: PaginationControls$1,
|