Updated strings

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2024-07-20 07:25:56 +01:00
parent ffd2687734
commit c4e7448d31

View file

@ -375,7 +375,9 @@ return [
'timezone' => 'Timezone',
'profile_edit' => 'Edit Profile',
'profile_edit_help' => 'Allow users to edit their own profiles.',
'default_avatar' => 'Upload default avatar',
'restore_default_avatar' => 'Restore <a href=":default_avatar" data-toggle="lightbox" data-type="image">original default avatar</a>',
'default_avatar' => 'Upload 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 <a href=":default_avatar" data-toggle="lightbox" data-type="image">original system default avatar</a>',
'restore_default_avatar_help' => '',
];