mirror of
https://github.com/nextcloud/passman.git
synced 2025-11-11 06:31:58 +08:00
Format code
This commit is contained in:
parent
6df14d6cba
commit
5e119ff7ed
1 changed files with 19 additions and 19 deletions
|
|
@ -18,6 +18,7 @@ use OCP\IL10N;
|
|||
|
||||
class TranslationController extends ApiController {
|
||||
private $trans;
|
||||
|
||||
public function __construct($AppName,
|
||||
IRequest $request,
|
||||
IL10N $trans
|
||||
|
|
@ -201,7 +202,6 @@ class TranslationController extends ApiController {
|
|||
'unshare' => $this->trans->t('Unshare'),
|
||||
|
||||
|
||||
|
||||
// templates/views/show_vault.html
|
||||
'deleted.since' => $this->trans->t('Showing deleted since'),
|
||||
'alltime' => $this->trans->t('All time'),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue