Skip to content

Commit

Permalink
Returned back original name of dataset explorer
Browse files Browse the repository at this point in the history
  • Loading branch information
artemboyko43 committed Oct 19, 2023
1 parent 7fc358d commit 5b07d65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ public function explorer(Request $request) {
* Returns translatable page title.
*/
public function getTitle(): string {
return $this->t('Data Bank');
return $this->t('Dataset Explorer');
}

}

0 comments on commit 5b07d65

Please sign in to comment.