fix: Incorrect translation on workspaces scheduled for deletion
This commit is contained in:
@@ -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" && (
|
||||
|
||||
Reference in New Issue
Block a user