Skip to content

Commit

Permalink
fix: Date translation component. (adempiere#691)
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwinBetanc0urt authored Jan 8, 2023
1 parent 0bc055c commit 55f6118
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions src/lang/ADempiere/en/component/date.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
const date = {
endDate: 'End Date',
startDate: 'Start Date',
Today: 'Today',
Yesterday: 'Yesterday',
Week: 'Last Week',
today: 'Today',
yesterday: 'Yesterday',
week: 'Last Week',
currentWeek: 'Current Week',
LastMonth: 'Last Month',
CurrentMonth: 'Current Month'
lastMonth: 'Last Month',
currentMonth: 'Current Month'
}

export default date
2 changes: 1 addition & 1 deletion src/lang/ADempiere/es/component/date.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const date = {
startDate: 'Fecha de Inicio',
today: 'Hoy',
yesterday: 'Ayer',
Week: 'Semana Pasada',
week: 'Semana Pasada',
currentWeek: 'Semana Actual',
lastMonth: 'Mes Pasado',
currentMonth: 'Mes Actual'
Expand Down

0 comments on commit 55f6118

Please sign in to comment.