mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-01-24 02:29:35 -06:00
bleep boop fix translations
This commit is contained in:
@@ -220,7 +220,7 @@ const CreateNotifications = () => {
|
||||
color="secondary"
|
||||
onClick={onTestNotification}
|
||||
>
|
||||
{t("testNotification", "Test notification")}
|
||||
{t("testNotification")}
|
||||
</Button>
|
||||
{notificationId && (
|
||||
<Button
|
||||
@@ -229,7 +229,7 @@ const CreateNotifications = () => {
|
||||
color="error"
|
||||
onClick={onDelete}
|
||||
>
|
||||
{t("delete", "Delete")}
|
||||
{t("delete")}
|
||||
</Button>
|
||||
)}
|
||||
<Button
|
||||
@@ -238,7 +238,7 @@ const CreateNotifications = () => {
|
||||
variant="contained"
|
||||
color="accent"
|
||||
>
|
||||
{t("submit", "Submit")}
|
||||
{t("submit")}
|
||||
</Button>
|
||||
</Stack>
|
||||
</Stack>
|
||||
|
||||
Reference in New Issue
Block a user