Skip to content

Commit e1a4285

Browse files
committed
fix missing translation
1 parent 756959c commit e1a4285

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

custom/panel_templates/Default/core/avatar_sources/uploaded_image.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<button class="btn btn-primary" data-toggle="modal" data-target="#uploadModal">{$UPLOAD_NEW_IMAGE}</button>
2222

23-
<br /><br />
23+
<br />
2424

2525
{if count($IMAGES)}
2626
<form action="" method="post">

modules/Core/includes/admin_avatar_settings/uploaded_image.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
'SELECT_DEFAULT_AVATAR' => $language->get('admin', 'select_default_avatar'),
4747
'IMAGES' => $template_images,
4848
'NO_AVATARS' => $language->get('admin', 'no_avatars_available'),
49+
'DEFAULT_AVATAR' => $language->get('admin', 'default_avatar'),
4950
'DEFAULT_AVATAR_IMAGE' => Util::getSetting('custom_default_avatar'),
5051
'UPLOAD_NEW_IMAGE' => $language->get('admin', 'upload_new_image'),
5152
'UPLOAD_FORM_ACTION' => (defined('CONFIG_PATH') ? CONFIG_PATH : '') . '/core/includes/image_upload.php',

0 commit comments

Comments
 (0)