fix(frontend): add missing translation for actions column header
All checks were successful
Docker Build and Publish / build-and-push (push) Successful in 35s
All checks were successful
Docker Build and Publish / build-and-push (push) Successful in 35s
This commit is contained in:
@@ -53,6 +53,7 @@ export const translations = {
|
||||
'list.header.duration': 'Duration',
|
||||
'list.header.calc': 'Calculated',
|
||||
'list.header.status': 'Status',
|
||||
'list.header.actions': 'Actions',
|
||||
'list.banked': 'Banked',
|
||||
'list.paid_out': 'Paid Out',
|
||||
|
||||
@@ -136,6 +137,7 @@ export const translations = {
|
||||
'list.header.duration': 'Durée',
|
||||
'list.header.calc': 'Calculé',
|
||||
'list.header.status': 'État',
|
||||
'list.header.actions': 'Actions',
|
||||
'list.banked': 'Stocké',
|
||||
'list.paid_out': 'Payé',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user