style the 'use existing' button a wee bit

This commit is contained in:
zotlabs
2018-02-23 19:36:46 -08:00
parent 2d91aed183
commit 59dafb610d
4 changed files with 4 additions and 6 deletions

View File

@@ -451,7 +451,7 @@ class Profile_photo extends \Zotlabs\Web\Controller {
'$embedPhotosModalCancel' => t('Cancel'),
'$embedPhotosModalOK' => t('OK'),
'$form_security_token' => get_form_security_token("profile_photo"),
'$select' => t('or select an existing photo'),
'$select' => t('Select existing photo'),
));
call_hooks('profile_photo_content_end', $o);