diff --git a/resources/lang/en/admin.php b/resources/lang/en/admin.php index 6eb4ba4..077eee1 100644 --- a/resources/lang/en/admin.php +++ b/resources/lang/en/admin.php @@ -122,6 +122,10 @@ return [ 'security_heading' => 'Permissions', 'security_text' => 'You can assign permissions on this album to either groups (recommended) or directly to users.', 'security_users_heading' => 'User Permissions', + 'settings' => [ + 'security_allow_self_registration' => 'Allow self-registration', + 'security_allow_self_registration_description' => 'With this option enabled, users can sign up for their own accounts. You can grant permissions to accounts to allow users to upload their own photos or manage yours.' + ], 'select_all_action' => 'Select all', 'select_all_album_active' => 'Any action you select in the list below will apply to all photos in this album.', 'select_all_choice' => [ diff --git a/resources/views/themes/base/admin/settings.blade.php b/resources/views/themes/base/admin/settings.blade.php index 79d08c0..c0da396 100644 --- a/resources/views/themes/base/admin/settings.blade.php +++ b/resources/views/themes/base/admin/settings.blade.php @@ -202,8 +202,8 @@