Merge pull request #8526 from opf/fix/rename-remaing-hours

Lowercase hours in "Remaining hours"
pull/8532/head
Oliver Günther 4 years ago committed by GitHub
commit 7a87ebd7e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      modules/backlogs/config/locales/crowdin/bg.yml
  2. 2
      modules/backlogs/config/locales/en.yml
  3. 2
      modules/backlogs/config/locales/js-en.yml
  4. 2
      modules/backlogs/features/fixed_version_by_issue_hierarchy.feature

@ -24,7 +24,7 @@ bg:
attributes:
work_package:
position: "Position"
remaining_hours: "Remaining Hours"
remaining_hours: "Remaining hours"
remaining_time: "Remaining hours"
story_points: "Story Points"
backlogs_work_package_type: "Backlog type"

@ -32,7 +32,7 @@ en:
attributes:
work_package:
position: "Position"
remaining_hours: "Remaining Hours"
remaining_hours: "Remaining hours"
remaining_time: "Remaining hours"
story_points: "Story Points"
backlogs_work_package_type: "Backlog type"

@ -31,4 +31,4 @@ en:
work_packages:
properties:
storyPoints: "Story Points"
remainingTime: "Remaining Hours"
remainingTime: "Remaining hours"

@ -99,7 +99,7 @@ Feature: The work_package hierarchy defines the allowed versions for each work_p
And the task "Task 0815" should have "Sprint 001" as its target version
@javascript
Scenario: Stale Object Error when creating task via the taskboard without 'Remaining Hours' after having created a task with 'Remaining Hours' after having created a task without 'Remaining Hours' (bug 9057)
Scenario: Stale Object Error when creating task via the taskboard without 'Remaining hours' after having created a task with 'Remaining hours' after having created a task without 'Remaining Hours' (bug 9057)
Given I am on the taskboard for "Sprint 001"
When I click to add a new task for story "Story A"
And I fill in "Task1" for "subject"

Loading…
Cancel
Save