From 2d6576860c2e27ec8047e2b8ddd4580eab63e2a3 Mon Sep 17 00:00:00 2001 From: Shawn Rice Date: Mon, 14 Aug 2023 11:20:24 -0400 Subject: [PATCH] fix: Add missing translations --- resources/lang/en/global.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/en/global.php b/resources/lang/en/global.php index 9c28bbdcf..158cba55e 100644 --- a/resources/lang/en/global.php +++ b/resources/lang/en/global.php @@ -223,4 +223,6 @@ 'please first make a selection from the list' => 'Please first make a selection from the list', ), 'no results' => 'No results found.', + 'start publishing' => 'Start publishing at :start', + 'finish publishing' => 'Stop publishing at :stop', ];