Skip to content

Commit

Permalink
Merge pull request #322 from Calinou/rename-official-support-level
Browse files Browse the repository at this point in the history
Rename Official support level to Featured in the frontend
  • Loading branch information
coppolaemilio committed Apr 2, 2024
2 parents 6d47414 + 8e9ad15 commit 06aebbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/assets.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
'featured' => 'danger',
'community' => 'success',
'testing' => 'default',
][$asset['support_level']]) ?>"><?php echo esc(ucfirst($asset['support_level'])) ?></span>
][$asset['support_level']]) ?>"><?php echo esc(str_replace('Official', 'Featured', ucfirst($asset['support_level']))) ?></span>
</div>
<div class="asset-tags">
<span class="label label-default"><?php echo esc($asset['cost']) ?></span>
Expand Down

0 comments on commit 06aebbc

Please sign in to comment.