[MM-51561] - Change delete modal copy (#23143)

Co-authored-by: Mattermost Build <build@mattermost.com>
This commit is contained in:
Allan Guwatudde 2023-04-27 16:28:58 +03:00 committed by GitHub
parent 0147a1e781
commit 0c6ac000d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -198,7 +198,7 @@ export default function DeleteWorkspaceModal(props: Props) {
<div className='DeleteWorkspaceModal__Usage'>
<FormattedMessage
id='admin.billing.subscription.deleteWorkspaceModal.usage'
defaultMessage='As part of your paid subscription to Mattermost {product_name} you have created '
defaultMessage='As part of your subscription to Mattermost {sku} you have created '
values={{
sku: product?.name,
}}

View File

@ -326,7 +326,7 @@
"admin.billing.subscription.deleteWorkspaceModal.deleteButton": "Delete Workspace",
"admin.billing.subscription.deleteWorkspaceModal.downgradeButton": "Downgrade To Free",
"admin.billing.subscription.deleteWorkspaceModal.title": "Are you sure you want to delete?",
"admin.billing.subscription.deleteWorkspaceModal.usage": "As part of your paid subscription to Mattermost {sku} you have created ",
"admin.billing.subscription.deleteWorkspaceModal.usage": "As part of your subscription to Mattermost {sku} you have created ",
"admin.billing.subscription.deleteWorkspaceModal.usageDetails": "{messageCount} messages and {fileSize} of files",
"admin.billing.subscription.deleteWorkspaceModal.warning": "Deleting your workspace is final. Upon deleting, you'll lose all of the above with no ability to recover. If you downgrade to Free, you will not lose this information.",
"admin.billing.subscription.deleteWorkspaceSection.delete": "Delete Workspace",