fix: Incorrect translation on workspaces scheduled for deletion

This commit is contained in:
Tom Moor
2024-02-21 23:42:00 -05:00
parent a8b47d18a3
commit 56545a54a9
2 changed files with 2 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ export default function Notices() {
{notice === "pending-deletion" && (
<Trans>
The workspace associated with your user is scheduled for deletion and
cannot at accessed at this time.
cannot be accessed at this time.
</Trans>
)}
{notice === "maximum-reached" && (