Add i18n keys for department reports (revenue, washes, avg revenue per wash) in en.json

This commit is contained in:
Jeppe Bundgaard
2026-02-17 15:41:17 +01:00
parent 66298d7d45
commit ca26751b9f
+6
View File
@@ -2188,5 +2188,11 @@
"mailersend_api_key": "Mailersend API Key",
"mailersend_api_key_desc": "The Mailersend API key is used to authenticate the Mailersend integration"
}
},
"department_reports": {
"revenue": "Revenue",
"today": "today",
"avg_revenue_per_wash": "Avg. revenue per wash",
"washes": "Washes"
}
}