* [FIX] Minor bugfixes

* [MOD] Updated english translation
This commit is contained in:
nuxsmin
2018-03-21 14:20:25 +01:00
committed by Rubén D
parent c887a5328a
commit 0f228e39da
14 changed files with 5157 additions and 4658 deletions

View File

@@ -2,7 +2,7 @@
/**
* sysPass
*
* @author nuxsmin
* @author nuxsmin
* @link https://syspass.org
* @copyright 2012-2018, Rubén Domínguez nuxsmin@$syspass.org
*
@@ -280,7 +280,7 @@ class AccountFileController extends ControllerBase implements CrudControllerInte
->addDescription(__u('Archivos eliminados')))
);
$this->returnJsonResponse(0, __u('Archivos Eliminados'));
$this->returnJsonResponse(0, __u('Archivos eliminados'));
} else {
$this->eventDispatcher->notifyEvent('delete.accountFile',
new Event($this, EventMessage::factory()
@@ -366,4 +366,4 @@ class AccountFileController extends ControllerBase implements CrudControllerInte
$this->accountFileService = $this->dic->get(AccountFileService::class);
}
}
}