Fix syntax error

content-hub
Erik Langhaug 2020-10-05 14:36:39 +02:00
parent 4b76c7ff8f
commit 96a2c1ff91
1 changed files with 1 additions and 1 deletions

View File

@ -3725,7 +3725,7 @@ class H5PCore {
'cancelPublishConfirmationDialogDescription' => $this->h5pF->t('Are you sure you want to cancel the sharing process?'),
'cancelPublishConfirmationDialogCancelButtonText' => $this->h5pF->t('No'),
'cancelPublishConfirmationDialogConfirmButtonText' => $this->h5pF->t('Yes'),
'add': => $this->h5pF->t('Add')
'add' => $this->h5pF->t('Add')
);
}