Fix wording of Cycle Analytics stage legends
This commit is contained in:
parent
79dc817183
commit
897f98cc9d
3 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@ module Gitlab
|
||||||
end
|
end
|
||||||
|
|
||||||
def legend
|
def legend
|
||||||
"Relative Merged Requests"
|
"Related Merged Requests"
|
||||||
end
|
end
|
||||||
|
|
||||||
def description
|
def description
|
||||||
|
|
|
@ -15,7 +15,7 @@ module Gitlab
|
||||||
end
|
end
|
||||||
|
|
||||||
def legend
|
def legend
|
||||||
"Relative Deployed Builds"
|
"Related Deployed Jobs"
|
||||||
end
|
end
|
||||||
|
|
||||||
def description
|
def description
|
||||||
|
|
|
@ -14,7 +14,7 @@ module Gitlab
|
||||||
end
|
end
|
||||||
|
|
||||||
def legend
|
def legend
|
||||||
"Relative Builds Trigger by Commits"
|
"Related Jobs"
|
||||||
end
|
end
|
||||||
|
|
||||||
def description
|
def description
|
||||||
|
|
Loading…
Reference in a new issue