Skip to content

Commit

Permalink
Bessere Bezeichnung statt Tourdauer, die Zu- und Rückstiegsdauer auch…
Browse files Browse the repository at this point in the history
… enthält: main.stop2stop

Closes #173
  • Loading branch information
martinheppner committed Oct 15, 2023
1 parent 9202a20 commit de42054
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion public/i18n/de.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/i18n/en.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/i18n/fr.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/i18n/it.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/i18n/sl.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/components/TourDetailProperties.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const TourDetailProperties = ({tour}) => {
<Typography variant={"h5alt"}>{tour && translateTourType(tour.type)}</Typography>
</div>
<div className="tour-detail-properties-el">
<Typography variant={"infoKey"}>{t('main.tourdauer')} {" "}</Typography>
<Typography variant={"infoKey"}>{t('main.stop2stop')} {" "}</Typography>
<Typography
variant={"h5alt"}>{(tour?.number_of_days > 1) ? (tour?.number_of_days + " " + t('details.tage')) : convertNumToTime(tour?.total_tour_duration, true)}</Typography>
</div>
Expand Down

0 comments on commit de42054

Please sign in to comment.