File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/components/Card/NewReleaseCard Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1381
1381
"PLAN_NAME" : " Repetir o nome do plano de cultivo" ,
1382
1382
"DUPLICATE_NAME" : " Já existe um plano de cultivo com este nome. Por favor escolha outro." ,
1383
1383
"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}} " ,
1385
1385
"COMPLETION" : " conclusão" ,
1386
- "DUE" : " para " ,
1386
+ "DUE" : " vencimento " ,
1387
1387
"REPEAT_EVERY" : " Repeta cada" ,
1388
1388
"REPEAT_ON" : " Repita em" ,
1389
1389
"FINISH" : " Finalizar" ,
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ export function NewReleaseCard({ style }) {
27
27
< Text style = { { margin : 0 , lineHeight : '18px' } } >
28
28
{ t ( 'SIGNUP.CHANGES' ) } { ' ' }
29
29
< a
30
- href = { 'https://www.litefarm.org/post/building-litefarm-together ' }
30
+ href = { 'https://www.litefarm.org/post/power-to-the-plans-and-people ' }
31
31
target = "_blank"
32
32
rel = "noreferrer"
33
33
className = { styles . underlined }
You can’t perform that action at this time.
0 commit comments