diff --git a/frontend/src/i18n/locales/de-CH.json b/frontend/src/i18n/locales/de-CH.json index 3c2cc3ed..641e8a03 100644 --- a/frontend/src/i18n/locales/de-CH.json +++ b/frontend/src/i18n/locales/de-CH.json @@ -476,7 +476,7 @@ "lastTrainingFilterHasDate": "Mit erfasstem Datum", "lastTrainingFilterNoDate": "Ohne letztes Training", "lastTrainingFilterNotInTraining": "„Nicht mehr im Training“", - "lastTrainingFilterHint": "In der Tabelle: aktuelle Saison in der AK-Spalte. Alle Details (beide Saisons, letztes Training, ggf. Teilnahmen) beim Überfahren der Zeile.", + "lastTrainingFilterHint": "AK-Spalte: laufende und nächste Saison. Weitere Details (letztes Training, Teilnahmen) auch beim Überfahren der Zeile.", "rowTooltipSeparator": "·", "ttAgeClassCol": "AK (TT)", "ttAdult": "Erwachsene (kein Jugend nach Stichtag)", diff --git a/frontend/src/i18n/locales/de.json b/frontend/src/i18n/locales/de.json index 6e7b8e03..c420996f 100644 --- a/frontend/src/i18n/locales/de.json +++ b/frontend/src/i18n/locales/de.json @@ -251,7 +251,7 @@ "lastTrainingFilterHasDate": "Mit erfasstem Datum", "lastTrainingFilterNoDate": "Ohne letztes Training", "lastTrainingFilterNotInTraining": "„Nicht mehr im Training“", - "lastTrainingFilterHint": "In der Tabelle: aktuelle Saison in der AK-Spalte. Alle Details (beide Saisons, letztes Training, ggf. Teilnahmen) beim Überfahren der Zeile.", + "lastTrainingFilterHint": "AK-Spalte: laufende und nächste Saison. Weitere Details (letztes Training, Teilnahmen) auch beim Überfahren der Zeile.", "rowTooltipSeparator": "·", "ttAgeClassCol": "AK (TT)", "ttAdult": "Erwachsene (kein Jugend nach Stichtag)", diff --git a/frontend/src/i18n/locales/en-AU.json b/frontend/src/i18n/locales/en-AU.json index 8832e9b7..1970ec79 100644 --- a/frontend/src/i18n/locales/en-AU.json +++ b/frontend/src/i18n/locales/en-AU.json @@ -476,7 +476,7 @@ "lastTrainingFilterHasDate": "With a recorded date", "lastTrainingFilterNoDate": "No last training", "lastTrainingFilterNotInTraining": "Flagged “no longer training”", - "lastTrainingFilterHint": "Table: current season in the age-class column. Full detail (both seasons, last training, participations if known) on row hover.", + "lastTrainingFilterHint": "Age-class column: current and next season. Extra detail (last training, participations) on row hover.", "rowTooltipSeparator": "·", "ttAgeClassCol": "Age class (TT)", "ttAdult": "Adults (not youth by cutoff)", diff --git a/frontend/src/i18n/locales/en-GB.json b/frontend/src/i18n/locales/en-GB.json index 94635de2..dafc5f8b 100644 --- a/frontend/src/i18n/locales/en-GB.json +++ b/frontend/src/i18n/locales/en-GB.json @@ -751,7 +751,7 @@ "lastTrainingFilterHasDate": "With a recorded date", "lastTrainingFilterNoDate": "No last training", "lastTrainingFilterNotInTraining": "Flagged “no longer training”", - "lastTrainingFilterHint": "Table: current season in the age-class column. Full detail (both seasons, last training, participations if known) on row hover.", + "lastTrainingFilterHint": "Age-class column: current and next season. Extra detail (last training, participations) on row hover.", "rowTooltipSeparator": "·", "ttAgeClassCol": "Age class (TT)", "ttAdult": "Adults (not youth by cutoff)", diff --git a/frontend/src/i18n/locales/en-US.json b/frontend/src/i18n/locales/en-US.json index 9765cde4..17b03502 100644 --- a/frontend/src/i18n/locales/en-US.json +++ b/frontend/src/i18n/locales/en-US.json @@ -476,7 +476,7 @@ "lastTrainingFilterHasDate": "With a recorded date", "lastTrainingFilterNoDate": "No last training", "lastTrainingFilterNotInTraining": "Flagged “no longer training”", - "lastTrainingFilterHint": "Table: current season in the age-class column. Full detail (both seasons, last training, participations if known) on row hover.", + "lastTrainingFilterHint": "Age-class column: current and next season. Extra detail (last training, participations) on row hover.", "rowTooltipSeparator": "·", "ttAgeClassCol": "Age class (TT)", "ttAdult": "Adults (not youth by cutoff)", diff --git a/frontend/src/views/MembersView.vue b/frontend/src/views/MembersView.vue index 075c83fa..6a163ef1 100644 --- a/frontend/src/views/MembersView.vue +++ b/frontend/src/views/MembersView.vue @@ -431,7 +431,14 @@