Skip to content

Commit

Permalink
a11y: change page title (#421)
Browse files Browse the repository at this point in the history
* a11y: change page title

* a11y: change page title

* fix typo
  • Loading branch information
mahdikhashan authored May 1, 2024
1 parent 1dcc722 commit 60d8d43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import org.springframework.web.servlet.ModelAndView
@RequestMapping("/")
class StartPageController @Autowired constructor(private val eventService: EventService) {

private val PAGE_TITLE = "Boudicca"
private val PAGE_TITLE = "Boudicca.Events - find accessible events in Austria"

@GetMapping("/")
fun getIndex(): ModelAndView {
Expand Down

0 comments on commit 60d8d43

Please sign in to comment.