diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 6111c71472..6b1506a080 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -470,7 +470,7 @@ module ApplicationHelper end number = content_tag 'p', :class => 'pourcent' do - legend + " " + l(:total_progress) + legend + '% ' + l(:total_progress) end bar + number diff --git a/features/work_packages/work_package_show.feature b/features/work_packages/work_package_show.feature index 196bd2ac3f..9b7edf13bb 100644 --- a/features/work_packages/work_package_show.feature +++ b/features/work_packages/work_package_show.feature @@ -87,7 +87,7 @@ Feature: Viewing a work package When I go to the page of the work package "issue1" Then I should see "Bug #1: issue1" Then I should see "Bug #2: issue2" within ".idnt-1" - And I should see "0 Total progress" + And I should see "0% Total progress" Scenario: View work package with issue done ratio disabled Given the "work_package_done_ratio" setting is set to disabled