Skip to content

Commit

Permalink
update error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessandro100 committed Dec 2, 2024
1 parent 79d80b5 commit babe167
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions website/src/components/Result.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ const errorsCountFormated = computed(() => {

<b-alert v-if="result.summary.versionUnimplemented" variant="danger" show>
Sorry, the validator failed to parse this file. Please check that the URL is available and points to a
gbfs.json file. If you have any questions, please write to <a href='mailto:[email protected]'
target='_blank' rel='noreferrer'>
<a href="https://github.com/MobilityData/gbfs/blob/master/gbfs.md#gbfsjson" target='_blank'
rel='noreferrer'>gbfs.json</a> file. If you have any questions, please write to <a
href='mailto:[email protected]' target='_blank' rel='noreferrer'>
[email protected]
</a>. Thank you
</b-alert>
Expand Down
5 changes: 3 additions & 2 deletions website/src/pages/Visualization.vue
Original file line number Diff line number Diff line change
Expand Up @@ -479,8 +479,9 @@ provide('map', map)
<b-row class="mt-3" v-if="summary.versionUnimplemented"><b-col>
<b-alert variant="danger" show class="mb-0">
Sorry, the validator failed to parse this file. Please check that the URL is available and points to a
gbfs.json file. If you have any questions, please write to <a href='mailto:[email protected]'
target='_blank' rel='noreferrer'>
<a href="https://github.com/MobilityData/gbfs/blob/master/gbfs.md#gbfsjson" target='_blank'
rel='noreferrer'>gbfs.json</a> file. If you have any questions, please write to <a
href='mailto:[email protected]' target='_blank' rel='noreferrer'>
[email protected]
</a>. Thank you
</b-alert>
Expand Down

0 comments on commit babe167

Please sign in to comment.