Skip to content
Snippets Groups Projects
Commit bf3559b6 authored by Moritz Strohm's avatar Moritz Strohm
Browse files

do not set title in MultiPersonSearch

parent fa0e9a4e
No related branches found
No related tags found
No related merge requests found
...@@ -528,7 +528,7 @@ class MultiPersonSearch { ...@@ -528,7 +528,7 @@ class MultiPersonSearch {
* sets default values of the internal variables. * sets default values of the internal variables.
*/ */
private function setDefaultValues() { private function setDefaultValues() {
$this->title = _('Personen hinzufügen'); $this->title = '';
$this->description = _('Bitte wählen Sie aus, wen Sie hinzufügen möchten.'); $this->description = _('Bitte wählen Sie aus, wen Sie hinzufügen möchten.');
$this->linkIconPath = Icon::create("add", "clickable"); $this->linkIconPath = Icon::create("add", "clickable");
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment