this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix Log in title not working and not localised

+2 -1
+1
src/locales/en.po
··· 1405 1405 msgstr "" 1406 1406 1407 1407 #: src/components/nav-menu.jsx:315 1408 + #: src/pages/login.jsx:27 1408 1409 #: src/pages/login.jsx:190 1409 1410 #: src/pages/status.jsx:837 1410 1411 #: src/pages/welcome.jsx:65
+1 -1
src/pages/login.jsx
··· 24 24 25 25 function Login() { 26 26 const { t } = useLingui(); 27 - useTitle('Log in'); 27 + useTitle(t`Log in`, '/login'); 28 28 const instanceURLRef = useRef(); 29 29 const cachedInstanceURL = store.local.get('instanceURL'); 30 30 const [uiState, setUIState] = useState('default');