Skip to content

Commit

Permalink
LF-3856 Update version and link in log-in page
Browse files Browse the repository at this point in the history
  • Loading branch information
SayakaOno committed Nov 17, 2023
1 parent 2f37316 commit c6b89d0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/webapp/public/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -1632,7 +1632,7 @@
"EXPIRED_INVITATION_LINK_ERROR": "Invalid or expired invitation",
"GOOGLE_BUTTON": "CONTINUE WITH GOOGLE",
"INVITED_ERROR": "A farm invitation has been emailed to you, please check your inbox and spam folder.",
"LITEFARM_UPDATED": "LiteFarm v3.4 is now available!",
"LITEFARM_UPDATED": "LiteFarm v3.5 is now available!",
"PASSWORD_ERROR": "Password incorrect",
"SIGN_IN": "Sign In",
"SSO_ERROR": "Please login by clicking the Google button above",
Expand Down
2 changes: 1 addition & 1 deletion packages/webapp/public/locales/es/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -1633,7 +1633,7 @@
"EXPIRED_INVITATION_LINK_ERROR": "La invitación no está válida o caducada",
"GOOGLE_BUTTON": "Continúe con Google",
"INVITED_ERROR": "Se te ha enviado una invitación a una granja, por favor, revisa tu bandeja de entrada y carpeta de spam",
"LITEFARM_UPDATED": "LiteFarm v3.4 ya está disponible!",
"LITEFARM_UPDATED": "LiteFarm v3.5 ya está disponible!",
"PASSWORD_ERROR": "Contraseña incorrecta",
"SIGN_IN": "Iniciar sesión",
"SSO_ERROR": "Por favor inicie sesión haciendo clic el boton Google de arriba",
Expand Down
2 changes: 1 addition & 1 deletion packages/webapp/public/locales/fr/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -1634,7 +1634,7 @@
"EXPIRED_INVITATION_LINK_ERROR": "Invitation invalide ou expirée",
"GOOGLE_BUTTON": "CONTINUER AVEC GOOGLE",
"INVITED_ERROR": "L'invitation à l'exploitation vous a été envoyée par e-mail, veuillez vérifier votre boîte de réception et votre dossier spam.",
"LITEFARM_UPDATED": "LiteFarm v3.4 est maintenant disponible\u00a0!",
"LITEFARM_UPDATED": "LiteFarm v3.5 est maintenant disponible\u00a0!",
"PASSWORD_ERROR": "Mot de passe incorrect",
"SIGN_IN": "Se Connecter",
"SSO_ERROR": "Veuillez connecter par cliquer le bouton Google au-dessus",
Expand Down
2 changes: 1 addition & 1 deletion packages/webapp/public/locales/pt/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -1633,7 +1633,7 @@
"EXPIRED_INVITATION_LINK_ERROR": "Convite expirado ou inválido",
"GOOGLE_BUTTON": "CONTINUE COM O GOOGLE",
"INVITED_ERROR": "Um convite de fazenda foi enviado para você, por favor verifique sua caixa de entrada e pasta de spam.",
"LITEFARM_UPDATED": "LiteFarm v3.4 já está disponível!",
"LITEFARM_UPDATED": "LiteFarm v3.5 já está disponível!",
"PASSWORD_ERROR": "Senha incorreta",
"SIGN_IN": "Conecte-se",
"SSO_ERROR": "Faça login clicando no botão do Google acima",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export function NewReleaseCard({ style }) {
<Text style={{ margin: 0, lineHeight: '18px' }}>
{t('SIGNUP.CHANGES')}{' '}
<a
href={'https://www.litefarm.org/post/power-to-the-plans-and-people'}
href={'https://www.litefarm.org/post/an-investment-in-finances'}
target="_blank"
rel="noreferrer"
className={styles.underlined}
Expand Down

0 comments on commit c6b89d0

Please sign in to comment.