fix: update project disabled messages for clarity and consistency
This commit is contained in:
@@ -63,7 +63,7 @@ export function SecuritySettings({metrics, isLoading}: SecuritySettingsProps) {
|
||||
<AlertCircle className="h-4 w-4" />
|
||||
<AlertTitle>Project Disabled</AlertTitle>
|
||||
<AlertDescription>
|
||||
This project has been disabled due to security violations. Contact support to resolve.
|
||||
This project has been disabled. Please contact support for more details.
|
||||
</AlertDescription>
|
||||
</Alert>
|
||||
)}
|
||||
@@ -73,8 +73,8 @@ export function SecuritySettings({metrics, isLoading}: SecuritySettingsProps) {
|
||||
<AlertCircle className="h-4 w-4" />
|
||||
<AlertTitle>Critical</AlertTitle>
|
||||
<AlertDescription>
|
||||
Your bounce or complaint rates have exceeded acceptable levels. Review your contact lists and sending
|
||||
practices to avoid project suspension.
|
||||
Your account requires immediate attention. Please contact support or review your sending practices to
|
||||
avoid suspension.
|
||||
</AlertDescription>
|
||||
</Alert>
|
||||
)}
|
||||
@@ -84,8 +84,8 @@ export function SecuritySettings({metrics, isLoading}: SecuritySettingsProps) {
|
||||
<AlertTriangle className="h-4 w-4" />
|
||||
<AlertTitle>Warning</AlertTitle>
|
||||
<AlertDescription>
|
||||
Your bounce or complaint rates are approaching limits. Review your contact lists and remove invalid
|
||||
addresses to maintain good standing.
|
||||
Your account health needs attention. Review your contact lists and sending practices to maintain good
|
||||
standing.
|
||||
</AlertDescription>
|
||||
</Alert>
|
||||
)}
|
||||
|
||||
@@ -29,8 +29,8 @@ export function SecurityWarningBanner({status}: SecurityWarningBannerProps) {
|
||||
<div className="space-y-2 flex-1">
|
||||
<p className={`text-sm ${messageColor}`}>
|
||||
{hasCriticalViolations
|
||||
? 'Your bounce or complaint rates have exceeded acceptable levels. Review your contact lists and sending practices to avoid project suspension.'
|
||||
: 'Your bounce or complaint rates are approaching limits. Review your contact lists and remove invalid addresses to maintain good standing.'}
|
||||
? 'Your account requires immediate attention. Review your sending practices to avoid suspension. Contact support for more details.'
|
||||
: 'Your account health needs attention. Review your contact lists and sending practices to maintain good standing.'}
|
||||
</p>
|
||||
</div>
|
||||
<Button asChild size="sm" variant="outline" className="w-full sm:w-auto flex-shrink-0">
|
||||
|
||||
Reference in New Issue
Block a user