Skip to content

Commit

Permalink
38201: Bestätigungstext bei Freigabe eines Portfolios an Alle registr…
Browse files Browse the repository at this point in the history
…ierten Benutzer falsch und nicht konsistent
  • Loading branch information
alex40724 committed Oct 17, 2023
1 parent 5665bd9 commit aebc55c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ public function addPermissionHandler(): void

case "registered":
$this->getAccessHandler()->addMissingPermissionForObjects($this->node_id, [self::PERMISSION_REGISTERED]);
$this->tpl->setOnScreenMessage('success', $this->lng->txt("wsp_permission_registered_info"), true);
$this->tpl->setOnScreenMessage('success', $this->lng->txt("wsp_share_success"), true);
$this->ctrl->redirect($this, "share");
break;

Expand Down
2 changes: 1 addition & 1 deletion lang/ilias_de.lang
Original file line number Diff line number Diff line change
Expand Up @@ -17064,7 +17064,7 @@ wsp#:#wsp_set_permission_group#:#Gruppenmitglieder
wsp#:#wsp_set_permission_registered#:#Alle registrierten Benutzer
wsp#:#wsp_set_permission_single_user#:#Ausgewählte Benutzer
wsp#:#wsp_share_search_users#:#Benutzer suchen
wsp#:#wsp_share_success#:#Ein neuer Eintrag wurde hinzugefügt.
wsp#:#wsp_share_success#:#Die Ressource wurde freigegeben.
wsp#:#wsp_share_with_members#:#Für Mitglieder freigeben
wsp#:#wsp_share_with_users#:#Für Benutzer freigeben
wsp#:#wsp_shared_date#:#Freigabedatum
Expand Down

0 comments on commit aebc55c

Please sign in to comment.