mirror of
https://github.com/tonytins/staggerpost.git
synced 2025-03-30 21:27:50 +00:00
Derp, forgot to rename the title header
This commit is contained in:
parent
1c610fe6b0
commit
d598c4ca7e
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ void PrintTimes()
|
|||
// Clear the screen on restart
|
||||
Console.Clear();
|
||||
|
||||
Console.WriteLine("=== Publish Times ===");
|
||||
Console.WriteLine("=== Stagger Post ===");
|
||||
foreach (var time in scheduledTimes)
|
||||
{
|
||||
var articleTime = $"{Generator.ConvertTo12Hour(time)}";
|
||||
|
|
Loading…
Add table
Reference in a new issue