From 5860e1e2ce1dbcdc86370200fa1301d9ee98d674 Mon Sep 17 00:00:00 2001 From: Zero Date: Thu, 25 Apr 2024 13:35:36 +0800 Subject: [PATCH] remove space at the beginning of description --- lang/en/preferences.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en/preferences.php b/lang/en/preferences.php index 2b88f9671..2872f5f3c 100644 --- a/lang/en/preferences.php +++ b/lang/en/preferences.php @@ -27,7 +27,7 @@ return [ 'notifications_save' => 'Save Preferences', 'notifications_update_success' => 'Notification preferences have been updated!', 'notifications_watched' => 'Watched & Ignored Items', - 'notifications_watched_desc' => ' Below are the items that have custom watch preferences applied. To update your preferences for these, view the item then find the watch options in the sidebar.', + 'notifications_watched_desc' => 'Below are the items that have custom watch preferences applied. To update your preferences for these, view the item then find the watch options in the sidebar.', 'auth' => 'Access & Security', 'auth_change_password' => 'Change Password',