mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
[MM-51561] - Change delete modal copy (#23143)
Co-authored-by: Mattermost Build <build@mattermost.com>
This commit is contained in:
parent
0147a1e781
commit
0c6ac000d3
@ -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,
|
||||
}}
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user