Skip to content

Commit

Permalink
Change title for root page
Browse files Browse the repository at this point in the history
  • Loading branch information
zacksiri committed Feb 29, 2024
1 parent 20eedb3 commit 53267d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/polar_web/live/root_live.ex
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ defmodule PolarWeb.RootLive do
socket =
socket
|> assign(:versions, [])
|> assign(:page_title, gettext("OpsMaru Images"))
|> assign(:page_title, gettext("LXD / Incus Image Server"))
|> assign(:current_path, ~p"/")
|> assign(:arch_colors, @arch_colors)
|> assign(:os_colors, @os_colors)
Expand Down

0 comments on commit 53267d3

Please sign in to comment.