From 262204568e67eca19450fab5ce52ba0dc0b1ee55 Mon Sep 17 00:00:00 2001 From: snipe Date: Tue, 14 Feb 2023 20:52:21 -0800 Subject: [PATCH] Added translations for new username display option Signed-off-by: snipe --- resources/lang/en/general.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/en/general.php b/resources/lang/en/general.php index e071124a05..9c8a0853f1 100644 --- a/resources/lang/en/general.php +++ b/resources/lang/en/general.php @@ -397,6 +397,8 @@ return [ 'placeholder_kit' => 'Select a kit', 'file_not_found' => 'File not found', 'preview_not_available' => '(no preview)', + 'display_username' => 'Display Username', + 'display_username_help_text' => 'Checking this box will cause listings to display the username in addition to the first and last name for users on listing pages.',