You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Use configured support address in UNKNOWN_ERROR message
This will display the expected support mail in the message according to
the context.
I had to convert the TriggerErrorInfo to a Component class since it now
needs asynchronous information from io.cozy.settings.
Copy file name to clipboardexpand all lines: packages/cozy-harvest-lib/src/locales/en.json
+1-1
Original file line number
Diff line number
Diff line change
@@ -155,7 +155,7 @@
155
155
},
156
156
"UNKNOWN_ERROR": {
157
157
"title": "Connection error",
158
-
"description": "An unknown error has occurred. You can try to update your data. If the problem persists, please contact us at [claude@cozycloud.cc](mailto:claude@cozycloud.cc)."
158
+
"description": "An unknown error has occurred. You can try to update your data. If the problem persists, please contact us at [%{supportMail}](mailto:%{supportMail})."
159
159
},
160
160
"USER_ACTION_NEEDED": {
161
161
"title": "Action needed on the provider's website",
Copy file name to clipboardexpand all lines: packages/cozy-harvest-lib/src/locales/fr.json
+1-1
Original file line number
Diff line number
Diff line change
@@ -155,7 +155,7 @@
155
155
},
156
156
"UNKNOWN_ERROR": {
157
157
"title": "Erreur de Connexion",
158
-
"description": "Une erreur inconnue est survenue. Vous pouvez essayer de mettre à jour vos données. Si le problème persiste, n'hésitez pas à nous contacter via [claude@cozycloud.cc](mailto:claude@cozycloud.cc)."
158
+
"description": "Une erreur inconnue est survenue. Vous pouvez essayer de mettre à jour vos données. Si le problème persiste, n'hésitez pas à nous contacter via [%{supportMail}](mailto:%{supportMail})."
0 commit comments