File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/clerk-js/src/ui/components/SessionTasks/tasks/TaskResetPassword Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ const TaskResetPasswordInternal = () => {
9797 < Card . Root >
9898 < Card . Content >
9999 < Header . Root showLogo >
100- < Header . Title localizationKey = { localizationKeys ( 'signIn.resetPassword .title' ) } />
100+ < Header . Title localizationKey = { localizationKeys ( 'taskResetPassword .title' ) } />
101101 </ Header . Root >
102102 < Card . Alert > { card . error } </ Card . Alert >
103103 < Col
@@ -163,7 +163,7 @@ const TaskResetPasswordInternal = () => {
163163 { identifier && (
164164 < Card . ActionText
165165 truncate
166- localizationKey = { localizationKeys ( 'taskChooseOrganization .signOut.actionText' , {
166+ localizationKey = { localizationKeys ( 'taskResetPassword .signOut.actionText' , {
167167 identifier,
168168 } ) }
169169 />
@@ -173,7 +173,7 @@ const TaskResetPasswordInternal = () => {
173173 onClick = { ( ) => {
174174 void handleSignOut ( ) ;
175175 } }
176- localizationKey = { localizationKeys ( 'taskChooseOrganization .signOut.actionLink' ) }
176+ localizationKey = { localizationKeys ( 'taskResetPassword .signOut.actionLink' ) }
177177 />
178178 </ Card . Action >
179179 </ Card . Footer >
You can’t perform that action at this time.
0 commit comments