mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -08:00
fix(editor): Fix error toast
This commit is contained in:
parent
6516fe2622
commit
4cbb581697
|
@ -58,7 +58,7 @@ const confirm = async () => {
|
|||
type: 'success',
|
||||
});
|
||||
} catch (error) {
|
||||
toast.showError(error);
|
||||
toast.showError(error, i18n.baseText('communityPlusModal.error.title'));
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
|
|
@ -2660,6 +2660,7 @@
|
|||
"feedback.negative": "I didn't find this helpful",
|
||||
"communityPlusModal.badge": "Time limited offer",
|
||||
"communityPlusModal.title": "Unlock selected Pro features",
|
||||
"communityPlusModal.error.title": "Request failed",
|
||||
"communityPlusModal.success.title": "Request sent",
|
||||
"communityPlusModal.success.message": "License key will be sent to {email}",
|
||||
"communityPlusModal.description": "Receive a free activation key to access a limited set of pro features on your n8n installation.",
|
||||
|
|
Loading…
Reference in a new issue