Change copy when workspace access is revoked
This commit is contained in:
leigh-mil
2018-12-13 13:42:29 -05:00
committed by GitHub

View File

@@ -12,7 +12,7 @@ MESSAGES = {
"revoked_workspace_access": { "revoked_workspace_access": {
"title_template": "Removed workspace access", "title_template": "Removed workspace access",
"message_template": """ "message_template": """
<p>Removed {{ member_name }} from this workspace.</p> <p>Workspace access successfully removed from {{ member_name }}.</p>
""", """,
"category": "success", "category": "success",
}, },