From a59d69cb0decb6c9877b841a9c18f30cf156004b Mon Sep 17 00:00:00 2001 From: snipe Date: Wed, 2 Apr 2025 12:10:05 +0100 Subject: [PATCH] Updated strings Signed-off-by: snipe --- resources/lang/en-US/admin/settings/general.php | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/resources/lang/en-US/admin/settings/general.php b/resources/lang/en-US/admin/settings/general.php index ce19ed47f..ed148cf81 100644 --- a/resources/lang/en-US/admin/settings/general.php +++ b/resources/lang/en-US/admin/settings/general.php @@ -58,10 +58,8 @@ return [ 'display_eol' => 'Display EOL in table view', 'display_qr' => 'Display 2D barcode', 'display_alt_barcode' => 'Display 1D barcode', - 'email_logo' => 'Email Logo', 'barcode_type' => '2D Barcode Type', 'alt_barcode_type' => '1D barcode type', - 'email_logo_size' => 'Square logos in email look best. ', 'enabled' => 'Enabled', 'eula_settings' => 'EULA Settings', 'eula_markdown' => 'This EULA allows Github flavored markdown.', @@ -77,7 +75,6 @@ return [ 'google_workspaces' => 'Google Workspaces', 'header_color' => 'Header Color', 'info' => 'These settings let you customize certain aspects of your installation.', - 'label_logo' => 'Label Logo', 'label_logo_size' => 'Square logos look best - will be displayed in the top right of each asset label. ', 'laravel' => 'Laravel Version', 'ldap' => 'LDAP', @@ -389,7 +386,7 @@ return [ 'test_mail' => 'Test Mail', 'profile_edit' => 'Edit Profile', 'profile_edit_help' => 'Allow users to edit their own profiles.', - 'default_avatar' => 'Upload custom default avatar', + 'default_avatar' => 'Custom Default Avatar', 'default_avatar_help' => 'This image will be displayed as a profile if a user does not have a profile photo.', 'restore_default_avatar' => 'Restore original system default avatar', 'restore_default_avatar_help' => '', @@ -398,6 +395,17 @@ return [ 'no_groups' => 'No groups have been created yet. Visit Admin Settings > Permission Groups to add one.', 'text' => 'Text', + 'logo_labels' => [ + 'acceptance_pdf_logo' => 'PDF Logo', + 'email_logo' => 'Email Logo', + 'label_logo' => 'Label Logo', + 'logo' => 'Site Logo', + 'favicon' => 'Favicon', + ], + + 'logo_help' => [ + 'email_logo_size' => 'Square logos in email look best. ', + ], 'logo_option_types' => [ 'text' => 'Text',