Skip to content

Commit

Permalink
Change text
Browse files Browse the repository at this point in the history
  • Loading branch information
irees committed Oct 3, 2024
1 parent c9ec88c commit 23020de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/runtime/components/pages/feed-version.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<div v-else-if="entity">
<slot name="title">
<tl-title :title="staticTitle" :description="staticDescription">
GTFS feed: {{ operatorOrAgencyNames }} version added {{ $filters.formatDate(entity.fetched_at) }} ({{ $filters.fromNow(entity.fetched_at) }})
GTFS feed: {{ operatorOrAgencyNames }}
</tl-title>
</slot>

Expand Down Expand Up @@ -111,7 +111,7 @@
</tr>
</template>
<tr>
<td>Fetched</td>
<td>Added</td>
<td>{{ $filters.formatDate(entity.fetched_at) }} ({{ $filters.fromNow(entity.fetched_at) }})</td>
</tr>
<tr>
Expand Down

0 comments on commit 23020de

Please sign in to comment.