Skip to content

Commit

Permalink
Merged in bugfix/SHIBUI-2185 (pull request #557)
Browse files Browse the repository at this point in the history
Fixed heading issue

Approved-by: Bill Smith
Approved-by: Jonathan Johnson
  • Loading branch information
rmathis committed Nov 1, 2021
2 parents 032a5bc + d6d0f1b commit a0655a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/app/metadata/view/MetadataComparison.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export function MetadataComparison () {
<>
<h2 className="mb-4">
Compare&nbsp;
<Translate value={type === 'resolver' ? 'label.source' : 'label.provider'}>Source</Translate>
<Translate value={type === 'source' ? 'label.source' : 'label.provider'}>Source</Translate>
&nbsp;Configuration
</h2>
{versions &&
Expand Down

0 comments on commit a0655a6

Please sign in to comment.