From 4d4dc07778bebf4eadeb64913c3960f8e791a9ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20G=C3=BCnther?= Date: Thu, 30 Jul 2020 09:14:16 +0200 Subject: [PATCH] Lowercase hours in "Remaining hours" --- modules/backlogs/config/locales/crowdin/bg.yml | 2 +- modules/backlogs/config/locales/en.yml | 2 +- modules/backlogs/config/locales/js-en.yml | 2 +- .../backlogs/features/fixed_version_by_issue_hierarchy.feature | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/backlogs/config/locales/crowdin/bg.yml b/modules/backlogs/config/locales/crowdin/bg.yml index 3e2cbbfb8e..71a7bad5a6 100644 --- a/modules/backlogs/config/locales/crowdin/bg.yml +++ b/modules/backlogs/config/locales/crowdin/bg.yml @@ -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" diff --git a/modules/backlogs/config/locales/en.yml b/modules/backlogs/config/locales/en.yml index be2938490d..04b9028f87 100644 --- a/modules/backlogs/config/locales/en.yml +++ b/modules/backlogs/config/locales/en.yml @@ -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" diff --git a/modules/backlogs/config/locales/js-en.yml b/modules/backlogs/config/locales/js-en.yml index 0bdc7723bb..d9782652b1 100644 --- a/modules/backlogs/config/locales/js-en.yml +++ b/modules/backlogs/config/locales/js-en.yml @@ -31,4 +31,4 @@ en: work_packages: properties: storyPoints: "Story Points" - remainingTime: "Remaining Hours" + remainingTime: "Remaining hours" diff --git a/modules/backlogs/features/fixed_version_by_issue_hierarchy.feature b/modules/backlogs/features/fixed_version_by_issue_hierarchy.feature index 0594b15bf1..aeed53a292 100644 --- a/modules/backlogs/features/fixed_version_by_issue_hierarchy.feature +++ b/modules/backlogs/features/fixed_version_by_issue_hierarchy.feature @@ -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"