Skip to content

Commit c712891

Browse files
committed
Good Friday Correction
1 parent 61c2f4f commit c712891

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

FishFryCountdown/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@
9696
var fishfrystatus = FishFryStatus(AshWednesdaytargettime, GoodFridaytargettime);
9797
message[0] = "Fish Fry Starts in:";
9898
message[1] = "Fish Fry has started:";
99-
message[2] = "Fish Fry Starts Next Year:";
99+
message[2] = "Fish Fry Starts Next Year on Ash Wednesday " ;
100+
message[3] = "Last Fish Fry of the yeat";
100101
document.getElementById("message").innerHTML = message[fishfrystatus];
101102

102103
if (fishfrystatus === 0)

0 commit comments

Comments
 (0)