From c11d0543eab4b19fa2d77bcecc07a696e299d3f3 Mon Sep 17 00:00:00 2001 From: liumengyi Date: Wed, 8 Nov 2023 16:57:39 +0800 Subject: [PATCH] * Fix bug #40359. --- module/product/lang/de.php | 8 ++++---- module/product/lang/fr.php | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/module/product/lang/de.php b/module/product/lang/de.php index 7b02c77670..69b62101a5 100644 --- a/module/product/lang/de.php +++ b/module/product/lang/de.php @@ -267,7 +267,7 @@ $lang->product->testCaseCoverage = 'Case Coverage'; $lang->product->activatedBug = 'Activated Bugs'; $lang->product->completeRate = 'Completion Rate'; $lang->product->editLine = 'Edit Product Line'; -$lang->program->totalBugs = 'Total Bugs'; -$lang->program->totalStories = 'Total Stories'; -$lang->program->latestReleaseDate = 'Latest Release Date'; -$lang->program->latestRelease = 'Latest Release'; +$lang->product->totalBugs = 'Total Bugs'; +$lang->product->totalStories = 'Total Stories'; +$lang->product->latestReleaseDate = 'Latest Release Date'; +$lang->product->latestRelease = 'Latest Release'; diff --git a/module/product/lang/fr.php b/module/product/lang/fr.php index d089a5076f..30cc8922fd 100644 --- a/module/product/lang/fr.php +++ b/module/product/lang/fr.php @@ -267,7 +267,7 @@ $lang->product->testCaseCoverage = 'Case Coverage'; $lang->product->activatedBug = 'Activated Bugs'; $lang->product->completeRate = 'Completion Rate'; $lang->product->editLine = 'Edit Product Line'; -$lang->program->totalBugs = 'Total Bugs'; -$lang->program->totalStories = 'Total Stories'; -$lang->program->latestReleaseDate = 'Latest Release Date'; -$lang->program->latestRelease = 'Latest Release'; +$lang->product->totalBugs = 'Total Bugs'; +$lang->product->totalStories = 'Total Stories'; +$lang->product->latestReleaseDate = 'Latest Release Date'; +$lang->product->latestRelease = 'Latest Release';