Merged in feature/IO-3070-Enter-Bills-Header-Missing-Translation (pull request #2033)

IO-3070 Enter Bills Header Missing Translation

Approved-by: Dave Richer
This commit is contained in:
Allan Carr
2025-01-02 16:10:16 +00:00
committed by Dave Richer

View File

@@ -148,7 +148,7 @@ function Header({
label: (
<Space>
<LockWrapper featureName="bills" bodyshop={bodyshop}>
{t(t("menus.header.enterbills"))}
{t("menus.header.enterbills")}
</LockWrapper>
</Space>
),