diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2026-01-30 20:50:47 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2026-01-30 20:50:47 +0100 |
| commit | a424add8f2b396b1d68db549359e88a15ed624b5 (patch) | |
| tree | 4a6118f7d9a6dfb9230d10dcdd729a81ff11e62a /src/frontend/app/i18n/locales/en-GB.json | |
| parent | bb6366af0c07116ecb54144dca129f099127d4c3 (diff) | |
feat: Add link to view stop details in route details page
Diffstat (limited to 'src/frontend/app/i18n/locales/en-GB.json')
| -rw-r--r-- | src/frontend/app/i18n/locales/en-GB.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/frontend/app/i18n/locales/en-GB.json b/src/frontend/app/i18n/locales/en-GB.json index dab0229..f3d15b3 100644 --- a/src/frontend/app/i18n/locales/en-GB.json +++ b/src/frontend/app/i18n/locales/en-GB.json @@ -177,6 +177,7 @@ "choose_trip": "Choose a trip", "close": "Close", "trip": "Trip", + "view_stop": "View stop", "trip_count": "{{count}} trips today", "trip_count_one": "1 trip today", "trip_count_short": "({{count}} trips)", |
