Skip to content

Commit

Permalink
chore: Rename Messages tab to Form Messages
Browse files Browse the repository at this point in the history
  • Loading branch information
m453h committed Dec 5, 2024
1 parent ed8517b commit b7a2911
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const LoginTab = {
},
{
type: "collapsible",
label: "Messages",
label: "Form Messages",
fields: [
{
name: "loginFailed",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ const RegisterTab = {
},
{
type: "collapsible",
label: "Messages",
label: "Form Messages",
fields: [
{
name: "successFeedback",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const ResetPassword = {
},
{
type: "collapsible",
label: "Messages",
label: "Form Messages",
fields: [
{
name: "passwordResetFailed",
Expand Down

0 comments on commit b7a2911

Please sign in to comment.