Browse Source

:globe_with_meridians: forgot-password

visuddhinanda 2 years ago
parent
commit
b8ecdc5cd9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dashboard/src/components/nut/users/NonSignInSharedLinks.tsx

+ 1 - 1
dashboard/src/components/nut/users/NonSignInSharedLinks.tsx

@@ -14,7 +14,7 @@ const Widget = () => {
       </Link>
       <Divider type="vertical" />
       <Link to="/anonymous/users/forgot-password">
-        <FormattedMessage id="nut.users.forgot-password.title" />
+        <FormattedMessage id="buttons.forgot.password" />
       </Link>
     </Space>
   );