Skip to content

Commit

Permalink
fix: typo on registration page "sing on"
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianJiang2021 authored and libruce committed Feb 22, 2024
1 parent dd7d2d0 commit a08090d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/storefront/src/pages/login/Login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const initialLoginInfo = {
isShowWidgetHead: false,
isShowWidgetBody: false,
isShowWidgetFooter: false,
loginBtn: 'Sing in',
loginBtn: 'Sign in',
createAccountPanelTittle: 'Create Account Panel Title',
CreateAccountButtonText: 'Create Account',
btnColor: 'red',
Expand Down

0 comments on commit a08090d

Please sign in to comment.