Skip to content

Commit

Permalink
Adapted bot menu entry
Browse files Browse the repository at this point in the history
  • Loading branch information
Bianca Wentzel committed Aug 30, 2024
1 parent e1a0c84 commit f092315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_evaluation/settings/local.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ def _set_favicon(html_color: str, project_root: Path) -> None:
if ACTIVATE_CHAT_BOT:
MENU_ENTRIES.append(
{
"name": "Freva Bot",
"name": "FrevaGPT",
"url": reverse_lazy("bot:chatbot"),
"html_id": "chatbot_menu",
}
Expand Down

0 comments on commit f092315

Please sign in to comment.