vtb-appit 0.1.21 → 0.1.22
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/appit.js +1 -1
- package/package.json +1 -1
package/appit.js
CHANGED
|
@@ -198,7 +198,7 @@ class Appit {
|
|
|
198
198
|
if(step.name == 'excursion' && !this.history.excursionId) {
|
|
199
199
|
if(!this.transformer.vtbMessages.length) {
|
|
200
200
|
this.transformer.vtbMessages.push({
|
|
201
|
-
'message': 'Reis kon niet worden aangemaakt in Appit, neem contact op met support@3rdfloorcoding.nl.'
|
|
201
|
+
'message': 'Reis kon niet worden aangemaakt in Appit, neem contact op met <a href=\"support@3rdfloorcoding.nl\">support@3rdfloorcoding.nl.</a>'
|
|
202
202
|
});
|
|
203
203
|
}
|
|
204
204
|
break;
|