Skip to content

Commit

Permalink
Remove code tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
ndouglas committed Nov 6, 2023
1 parent 5a94222 commit ad9d6be
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ public function getAdditionalBuildDetailsItems(): array {
*/
public function getContentBuildVersionItem(): array {
return [
'title' => $this->t('<code>content-build</code> version'),
'title' => $this->t('content-build version'),
'value' => $this->status->getContentBuildVersion(),
];
}
Expand All @@ -245,7 +245,7 @@ public function getContentBuildVersionItem(): array {
*/
public function getVetsWebsiteVersionItem(): array {
return [
'title' => $this->t('<code>vets-website</code> version'),
'title' => $this->t('vets-website version'),
'value' => $this->status->getVetsWebsiteVersion(),
];
}
Expand Down

0 comments on commit ad9d6be

Please sign in to comment.