Skip to content

Commit b2bcd6b

Browse files
authored
Uncaught error fix
1 parent a1e3489 commit b2bcd6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controller/translationcontroller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public function getLanguageStrings() {
5555
$translations = array(
5656
//'create.notebook' => $this->trans->t('Generating sharing keys ( %s / 2)','%step'),
5757
'new.notebook' => $this->trans->t('New notebook'),
58-
'enter.notebook.name' => $this->trans->('Enter notebook name'),
58+
'enter.notebook.name' => $this->trans->t('Enter notebook name'),
5959
'not.grouped' => $this->trans->t('Not in notebook'),
6060
'notebook.name' => $this->trans->t('Notebook name'),
6161
'deleted.notes' => $this->trans->t('Deleted notes'),

0 commit comments

Comments
 (0)