Skip to content

Commit

Permalink
chore: change text in latest label
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Jan 29, 2018
1 parent f138ea9 commit 5d8b06e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pact_broker/ui/view_models/matrix_tag.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def name

def tooltip
if @latest
"LATEST. Tag created #{relative_date(@created_at)}."
"Version #{@version_number} is the latest version with tag #{@name}. Tag created #{relative_date(@created_at)}."
else
"Tag created #{relative_date(@created_at)}."
end
Expand Down

0 comments on commit 5d8b06e

Please sign in to comment.