Skip to content

Commit

Permalink
fix missing translation
Browse files Browse the repository at this point in the history
  • Loading branch information
tadhgboyle committed Apr 15, 2023
1 parent 756959c commit e1a4285
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Expand Up @@ -20,7 +20,7 @@

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

<br /><br />
<br />

{if count($IMAGES)}
<form action="" method="post">
Expand Down
Expand Up @@ -46,6 +46,7 @@
'SELECT_DEFAULT_AVATAR' => $language->get('admin', 'select_default_avatar'),
'IMAGES' => $template_images,
'NO_AVATARS' => $language->get('admin', 'no_avatars_available'),
'DEFAULT_AVATAR' => $language->get('admin', 'default_avatar'),
'DEFAULT_AVATAR_IMAGE' => Util::getSetting('custom_default_avatar'),
'UPLOAD_NEW_IMAGE' => $language->get('admin', 'upload_new_image'),
'UPLOAD_FORM_ACTION' => (defined('CONFIG_PATH') ? CONFIG_PATH : '') . '/core/includes/image_upload.php',
Expand Down

0 comments on commit e1a4285

Please sign in to comment.