Skip to content

Commit

Permalink
Merge pull request #67 from epam/data-bank-rename
Browse files Browse the repository at this point in the history
changed name of Dataset explorer to Data Bank
  • Loading branch information
artemboyko43 authored Sep 1, 2023
2 parents 5eefe1d + 93eec92 commit 73cfe20
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 73cfe20

Please sign in to comment.