Skip to content

Commit 1d52606

Browse files
committed
Should say ‘next week’
1 parent 91ee766 commit 1d52606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/components_guide_web/controllers/calendar_controller.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ defmodule ComponentsGuideWeb.CalendarView do
288288
{prefix, text} =
289289
case weeks do
290290
0 -> {"", "this week"}
291-
1 -> {"", "this week"}
291+
1 -> {"", "next week"}
292292
-1 -> {"", "last week"}
293293
x when x > 0 -> {"in ", "#{x} weeks"}
294294
x when x < 0 -> {"", "#{-x} weeks ago"}

0 commit comments

Comments
 (0)