Skip to content

Commit

Permalink
Fix wording
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Beck <1831569+daniel-beck@users.noreply.github.com>
  • Loading branch information
zbynek and daniel-beck committed May 11, 2021
1 parent b2ca285 commit 49a25c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/tombstone.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function TombstonePage({data: {suspendedPlugin: plugin}}) {
</div>
<div className="alert alert-warning alert-with-icon">
<WarningsIcon/>
{'Plugin was removed from distribution, see '}
{'Plugin distribution has been suspended, see '}
<a href={plugin.url}>{plugin.url.replace('https://issues.jenkins.io/browse/', '')}</a>
{' for details.'}
</div>
Expand Down

0 comments on commit 49a25c6

Please sign in to comment.