Hand merge 3100

This commit is contained in:
Rachid Mrad 2024-11-20 20:00:58 -05:00
parent 69e3208fe9
commit 90a608c0e7
No known key found for this signature in database

View file

@ -220,7 +220,7 @@ export class DomainRequestsTable extends BaseTable {
modalHeading = `Are you sure you want to delete ${requested_domain}?`; modalHeading = `Are you sure you want to delete ${requested_domain}?`;
modalDescription = 'This will remove the domain request from the .gov registrar. This action cannot be undone.'; modalDescription = 'This will remove the domain request from the .gov registrar. This action cannot be undone.';
} else { } else {
if (request.created_at) { if (created_at) {
modalHeading = 'Are you sure you want to delete this domain request?'; modalHeading = 'Are you sure you want to delete this domain request?';
modalDescription = `This will remove the domain request (created ${utcDateString(created_at)}) from the .gov registrar. This action cannot be undone`; modalDescription = `This will remove the domain request (created ${utcDateString(created_at)}) from the .gov registrar. This action cannot be undone`;
} else { } else {