mirror of
https://github.com/nextcloud/passman.git
synced 2025-12-27 10:50:50 +08:00
Added missing translation and removed console logging
Signed-off-by: fnuesse <felix.nuesse@t-online.de>
This commit is contained in:
parent
07c9e199f6
commit
81cc7a9978
2 changed files with 1 additions and 2 deletions
|
|
@ -144,6 +144,7 @@ class TranslationController extends ApiController {
|
|||
'pick.icon.custom.label' => $this->trans->t('Upload a custom icon:'),
|
||||
'use.icon' => $this->trans->t('Use this icon'),
|
||||
'use.icon.delete' => $this->trans->t('Delete current icon'),
|
||||
'use.icon.refresh' => $this->trans->t('Get icon from page'),
|
||||
'selected.icon' => $this->trans->t('Selected icon'),
|
||||
|
||||
// templates/views/partials/edit_credential/custom_fields.html
|
||||
|
|
|
|||
|
|
@ -121,8 +121,6 @@
|
|||
|
||||
scope.customIcon = {};
|
||||
scope.customIcon.data='data:image/'+response.data.type+';base64,'+response.data.content;
|
||||
console.log(scope.customIcon.data);
|
||||
|
||||
if (response.data) {
|
||||
return response.data;
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue