Skip to content

Commit 1de7a1e

Browse files
committed
LF-3521 Update login page
- Update PT translation
1 parent 0932e56 commit 1de7a1e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/webapp/public/locales/pt/translation.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1381,9 +1381,9 @@
13811381
"PLAN_NAME": "Repetir o nome do plano de cultivo",
13821382
"DUPLICATE_NAME": "Já existe um plano de cultivo com este nome. Por favor escolha outro.",
13831383
"START_DATE": "Começando",
1384-
"EARLIEST_TASK": "{{date}} é a data da tarefa {{dateType}} mais antiga do plano original",
1384+
"EARLIEST_TASK": "No plano original, a primeira data de {{dateType}} da tarefa é {{date}}",
13851385
"COMPLETION": "conclusão",
1386-
"DUE": "para",
1386+
"DUE": "vencimento",
13871387
"REPEAT_EVERY": "Repeta cada",
13881388
"REPEAT_ON": "Repita em",
13891389
"FINISH": "Finalizar",

packages/webapp/src/components/Card/NewReleaseCard/NewReleaseCard.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export function NewReleaseCard({ style }) {
2727
<Text style={{ margin: 0, lineHeight: '18px' }}>
2828
{t('SIGNUP.CHANGES')}{' '}
2929
<a
30-
href={'https://www.litefarm.org/post/building-litefarm-together'}
30+
href={'https://www.litefarm.org/post/power-to-the-plans-and-people'}
3131
target="_blank"
3232
rel="noreferrer"
3333
className={styles.underlined}

0 commit comments

Comments
 (0)