From 254d9f7570ccf040effa9511e77d7d0020299d03 Mon Sep 17 00:00:00 2001 From: Kris Forbes Date: Sun, 11 Jan 2026 20:31:55 -0500 Subject: [PATCH] fix(frontend): add missing translation for actions column header --- frontend/src/locales/translations.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/src/locales/translations.js b/frontend/src/locales/translations.js index 07477b6..c984e37 100644 --- a/frontend/src/locales/translations.js +++ b/frontend/src/locales/translations.js @@ -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é',