mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
fix(ux): Make 'New' page title consistent (#6040)
Fixes a couple items missed from #5938
This commit is contained in:
@@ -12,7 +12,7 @@ defmodule Web.Settings.ApiClients.New do
|
||||
socket =
|
||||
assign(socket,
|
||||
form: to_form(changeset),
|
||||
page_title: "Add an API Client"
|
||||
page_title: "New API Client"
|
||||
)
|
||||
|
||||
{:ok, socket, temporary_assigns: [form: %Phoenix.HTML.Form{}]}
|
||||
|
||||
@@ -16,7 +16,7 @@ defmodule Web.Settings.ApiClients.NewToken do
|
||||
actor: actor,
|
||||
encoded_token: nil,
|
||||
form: to_form(changeset),
|
||||
page_title: "Add an API Token"
|
||||
page_title: "New API Token"
|
||||
)
|
||||
|
||||
{:ok, socket, temporary_assigns: [form: %Phoenix.HTML.Form{}]}
|
||||
|
||||
Reference in New Issue
Block a user