fix(editor): 📝 Default retry message bubble
This commit is contained in:
@@ -140,7 +140,7 @@ export const defaultUrlInputOptions: UrlInputOptions = {
|
|||||||
placeholder: 'Type a URL...',
|
placeholder: 'Type a URL...',
|
||||||
},
|
},
|
||||||
retryMessageContent:
|
retryMessageContent:
|
||||||
"This email doesn't seem to be valid. Can you type it again?",
|
"This URL doesn't seem to be valid. Can you type it again?",
|
||||||
}
|
}
|
||||||
|
|
||||||
export const defaultDateInputOptions: DateInputOptions = {
|
export const defaultDateInputOptions: DateInputOptions = {
|
||||||
@@ -155,7 +155,7 @@ export const defaultPhoneInputOptions: PhoneNumberInputOptions = {
|
|||||||
placeholder: 'Type your phone number...',
|
placeholder: 'Type your phone number...',
|
||||||
},
|
},
|
||||||
retryMessageContent:
|
retryMessageContent:
|
||||||
"This email doesn't seem to be valid. Can you type it again?",
|
"This phone number doesn't seem to be valid. Can you type it again?",
|
||||||
}
|
}
|
||||||
|
|
||||||
export const defaultChoiceInputOptions: ChoiceInputOptions = {
|
export const defaultChoiceInputOptions: ChoiceInputOptions = {
|
||||||
|
|||||||
Reference in New Issue
Block a user