[KilledbyMicrosoftBridge] Update: Adjusted content format for consistency (#3968)

This commit is contained in:
tillcash 2024-02-09 14:09:03 +05:30 committed by GitHub
parent 6f731b20a9
commit 46ac77590e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,7 +34,7 @@ class KilledbyMicrosoftBridge extends BridgeAbstract
// Construct the content // Construct the content
$content = sprintf( $content = sprintf(
'<p>%s</p><p>Scheduled Closure: %s</p>', '<p>%s</p><p>Scheduled closure on %s.</p>',
$service['description'], $service['description'],
$service['dateClose'] $service['dateClose']
); );