git: 268c47b9ac5d - main - bsdinstall time: Revert dialog title

From: Alfonso S. Siciliano <asiciliano_at_FreeBSD.org>
Date: Fri, 25 Mar 2022 23:52:49 UTC
The branch main has been updated by asiciliano:

URL: https://cgit.FreeBSD.org/src/commit/?id=268c47b9ac5de10c86260d071ba93ed89459ecfb

commit 268c47b9ac5de10c86260d071ba93ed89459ecfb
Author:     Alfonso S. Siciliano <asiciliano@FreeBSD.org>
AuthorDate: 2022-03-25 23:50:03 +0000
Commit:     Alfonso S. Siciliano <asiciliano@FreeBSD.org>
CommitDate: 2022-03-25 23:52:21 +0000

    bsdinstall time: Revert dialog title
    
    Revert dialog title like before dialog(1) replacement
    0e5c72c3cc5471dfa8cb42b018d623b1ef15dbe8.
    
    Reported by:            jrtc27
    Approved by:            bapt (mentor)
    Differential Revision:  https://reviews.freebsd.org/D34647
---
 usr.sbin/bsdinstall/scripts/time | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/usr.sbin/bsdinstall/scripts/time b/usr.sbin/bsdinstall/scripts/time
index 5db4b48f7531..c9eb32b2469f 100755
--- a/usr.sbin/bsdinstall/scripts/time
+++ b/usr.sbin/bsdinstall/scripts/time
@@ -37,7 +37,7 @@ export TZ
 # Set date
 exec 3>&1
 DATE=$(bsddialog --backtitle 'FreeBSD Installer' \
-	--title ' Date ' \
+	--title 'Time & Date' \
 	--ok-label 'Set Date' \
 	--cancel-label 'Skip' \
 	--default-no \
@@ -49,7 +49,7 @@ exec 3>&-
 # Set time
 exec 3>&1
 TIME=$(bsddialog --backtitle 'FreeBSD Installer' \
-	--title ' Time ' \
+	--title 'Time & Date' \
 	--ok-label 'Set Time' \
 	--cancel-label 'Skip' \
 	--default-no \