Skip to content

Commit

Permalink
changed name of Dataset explorer to Data Bank
Browse files Browse the repository at this point in the history
  • Loading branch information
xleafx committed Sep 1, 2023
1 parent 5eefe1d commit 93eec92
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('Dataset Explorer');
return $this->t('Data Bank');
}

}

0 comments on commit 93eec92

Please sign in to comment.