Skip to content

Commit

Permalink
MDL-60439 blocks: Tags block title multilang
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaboesch committed Dec 22, 2017
1 parent 9993c1d commit 59d3deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/tags/block_tags.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public function specialization() {
if (empty($this->config->title)) {
$this->title = get_string('pluginname', 'block_tags');
} else {
$this->title = $this->config->title;
$this->title = $this->title = format_string($this->config->title, true, ['context' => $this->context]);
}
}

Expand Down

0 comments on commit 59d3deb

Please sign in to comment.