From 0849bbbba6cacef14a53205dc607cee07882a1bf Mon Sep 17 00:00:00 2001 From: Patrick Fic Date: Thu, 25 May 2023 10:14:17 -0700 Subject: [PATCH] Update translation laberl. --- .../tt-approve-button/tt-approve-button.component.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/tt-approve-button/tt-approve-button.component.jsx b/client/src/components/tt-approve-button/tt-approve-button.component.jsx index 28aa3f47a..72abb1ab7 100644 --- a/client/src/components/tt-approve-button/tt-approve-button.component.jsx +++ b/client/src/components/tt-approve-button/tt-approve-button.component.jsx @@ -64,7 +64,7 @@ export function TtApproveButton({ } else { notification.open({ type: "success", - message: t("timetickets.successes.createdg"), + message: t("timetickets.successes.created"), }); } } catch (error) {