From 9b9f5b58bf8d860e3d8ba178055506695aa72ceb Mon Sep 17 00:00:00 2001 From: Steven Kideckel Date: Sun, 14 Apr 2024 09:49:16 -0400 Subject: [PATCH] Alert clarity --- alerts.json | 4 ++-- .../kotlin/com/sixbynine/transit/path/GithubAlertsTest.kt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/alerts.json b/alerts.json index 5b67c61..a66b213 100644 --- a/alerts.json +++ b/alerts.json @@ -19,11 +19,11 @@ "message": { "localizations": [ { - "text": "World Trade Center- and 33 St.-bound trains will not stop at Grove Street from 6 AM Saturday - 3 AM Sunday during the weekend of April 13-14.\n\nNote: Trains will be stopping at Grove St on Sunday due to the Jersey City marathon", + "text": "Note: Trains ARE stopping at Grove St on Sunday due to the Jersey City marathon\n\nWorld Trade Center- and 33 St.-bound trains will not stop at Grove Street from 6 AM Saturday - 3 AM Sunday during the weekend of April 13-14.", "locale": "en" }, { - "text": "Los trenes con destino al World Trade Center y a 33 Street no pararán en la estación Grove Street desde las 6 de la mañana sábado hasta las 3 de la mañana domingo esta fin de semana", + "text": "Nota: Los trenes PARAN en Grove St el domingo debido al maratón de Jersey City\n\nLos trenes con destino al World Trade Center y a 33 Street no pararán en la estación Grove Street desde las 6 de la mañana sábado hasta las 3 de la mañana domingo esta fin de semana", "locale": "es" } ] diff --git a/api/src/commonTest/kotlin/com/sixbynine/transit/path/GithubAlertsTest.kt b/api/src/commonTest/kotlin/com/sixbynine/transit/path/GithubAlertsTest.kt index b1936f8..447a792 100644 --- a/api/src/commonTest/kotlin/com/sixbynine/transit/path/GithubAlertsTest.kt +++ b/api/src/commonTest/kotlin/com/sixbynine/transit/path/GithubAlertsTest.kt @@ -258,8 +258,8 @@ class GithubAlertsTest { ), trains = TrainFilter.headSigns("World Trade", "33rd"), message = AlertText( - en = "World Trade Center- and 33 St.-bound trains will not stop at Grove Street from 6 AM Saturday - 3 AM Sunday during the weekend of April 13-14.\n\nNote: Trains will be stopping at Grove St on Sunday due to the Jersey City marathon", - es = "Los trenes con destino al World Trade Center y a 33 Street no pararán en la estación Grove Street desde las 6 de la mañana sábado hasta las 3 de la mañana domingo esta fin de semana" + en = "Note: Trains ARE stopping at Grove St on Sunday due to the Jersey City marathon\n\nWorld Trade Center- and 33 St.-bound trains will not stop at Grove Street from 6 AM Saturday - 3 AM Sunday during the weekend of April 13-14.", + es = "Nota: Los trenes PARAN en Grove St el domingo debido al maratón de Jersey City\n\nLos trenes con destino al World Trade Center y a 33 Street no pararán en la estación Grove Street desde las 6 de la mañana sábado hasta las 3 de la mañana domingo esta fin de semana" ), url = AlertText( en = "https://www.panynj.gov/path/en/modernizing-path/grove-st-improvements/grove-street-bypass-schedule.html"