Skip to content

Commit

Permalink
Add login button label
Browse files Browse the repository at this point in the history
  • Loading branch information
m453h committed Nov 28, 2024
1 parent 0f3fff1 commit 93db502
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 354 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ const LoginTab = {
required: true,
localized: true,
},
{
name: "loginButton",
type: "text",
defaultValue: "Login",
required: true,
localized: true,
},
{
name: "registerButton",
type: "text",
Expand All @@ -43,7 +50,7 @@ const LoginTab = {
},
{
name: "passwordResetLink",
label: "passwordResetButton",
label: "Password Reset Button",
type: "text",
defaultValue: "Forgot your Password?",
required: true,
Expand Down
Loading

0 comments on commit 93db502

Please sign in to comment.