aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar tillcash <tillcash@users.noreply.github.com> 2024-02-09 14:09:03 +0530
committerGravatar GitHub <noreply@github.com> 2024-02-09 09:39:03 +0100
commit46ac77590e275bf3724e23f191cdfcd011bb72f9 (patch)
treea6b643db4efd823abd45fe622919b13b2ba16e12
parent6f731b20a9a0a6f7913b77dc9c92dd59a21279fc (diff)
downloadrss-bridge-46ac77590e275bf3724e23f191cdfcd011bb72f9.tar.gz
rss-bridge-46ac77590e275bf3724e23f191cdfcd011bb72f9.tar.zst
rss-bridge-46ac77590e275bf3724e23f191cdfcd011bb72f9.zip
[KilledbyMicrosoftBridge] Update: Adjusted content format for consistency (#3968)
-rw-r--r--bridges/KilledbyMicrosoftBridge.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/bridges/KilledbyMicrosoftBridge.php b/bridges/KilledbyMicrosoftBridge.php
index 8779f0ae..918c1aaa 100644
--- a/bridges/KilledbyMicrosoftBridge.php
+++ b/bridges/KilledbyMicrosoftBridge.php
@@ -34,7 +34,7 @@ class KilledbyMicrosoftBridge extends BridgeAbstract
// Construct the content
$content = sprintf(
- '<p>%s</p><p>Scheduled Closure: %s</p>',
+ '<p>%s</p><p>Scheduled closure on %s.</p>',
$service['description'],
$service['dateClose']
);