diff --git a/resources/lang/en-US/admin/settings/general.php b/resources/lang/en-US/admin/settings/general.php index 59b443af31..901136e313 100644 --- a/resources/lang/en-US/admin/settings/general.php +++ b/resources/lang/en-US/admin/settings/general.php @@ -79,6 +79,7 @@ return [ 'generate_backup' => 'Generate Backup', 'google_workspaces' => 'Google Workspaces', 'header_color' => 'Header Color', + 'header_color_help' => 'Scroll up to the top of the screen to preview the header color.', 'info' => 'These settings let you customize certain aspects of your installation.', 'label_logo_size' => 'Square logos look best - will be displayed in the top right of each asset label. ', 'laravel' => 'Laravel Version', diff --git a/resources/lang/en-US/general.php b/resources/lang/en-US/general.php index a33207537d..7d50f7e510 100644 --- a/resources/lang/en-US/general.php +++ b/resources/lang/en-US/general.php @@ -68,6 +68,8 @@ return [ 'change' => 'In/Out', 'changeemail' => 'Change Email Address', 'changepassword' => 'Change Password', + 'tag_color' => 'Tag Color', + 'tag_color_help' => 'If you wish to use a custom color indicator for this entry, enter a hex color code (e.g., #ffffff for white). Make sure the text color you select is readable against the background color. Otherwise, you can leave these blank for the default appearance.', 'checkin' => 'Checkin', 'checkin_from' => 'Checkin from', 'checkin_note' => 'Checkin Note',