From 3728a412306a567d5f75bebdc8f32155235d9737 Mon Sep 17 00:00:00 2001 From: wangxuepeng Date: Fri, 17 Mar 2023 01:20:43 +0000 Subject: [PATCH] * Fix bug 33027. --- module/story/lang/en.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/story/lang/en.php b/module/story/lang/en.php index 8a58aeeab6..1b828693c9 100644 --- a/module/story/lang/en.php +++ b/module/story/lang/en.php @@ -131,7 +131,7 @@ $lang->story->assign = 'Assign'; $lang->story->verify = 'Acceptance'; $lang->story->pri = 'Priority'; $lang->story->estimate = "Estimates"; -$lang->story->estimateAB = 'Est.'; +$lang->story->estimateAB = 'Est'; $lang->story->hour = $lang->hourCommon; $lang->story->consumed = 'Consumed'; $lang->story->status = 'Status';