Skip to content

Commit 42755d7

Browse files
committed
Fixed the subscibed broadcast heading and title
1 parent 65c4bfd commit 42755d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/views/relay/tour.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,15 +86,15 @@ object tour:
8686

8787
def subscribed(pager: Paginator[RelayTour | WithLastRound])(using PageContext) =
8888
views.html.base.layout(
89-
title = liveBroadcasts.txt(),
89+
title = subscribedBroadcasts.txt(),
9090
moreCss = cssTag("relay.index"),
9191
moreJs = infiniteScrollTag
9292
):
9393
main(cls := "relay-index page-menu")(
9494
pageMenu("subscribed"),
9595
div(cls := "page-menu__content box box-pad")(
9696
boxTop:
97-
h1(liveBroadcasts())
97+
h1(subscribedBroadcasts())
9898
,
9999
standardFlash,
100100
renderPager(pager)

0 commit comments

Comments
 (0)