diff --git a/module/story/lang/fr.php b/module/story/lang/fr.php index 3d75d06316..c0983e3fa1 100644 --- a/module/story/lang/fr.php +++ b/module/story/lang/fr.php @@ -225,7 +225,7 @@ $lang->story->errorNotSubdivide = "Si le statut n'est pas actif, ou l'étape $lang->story->mustChooseResult = 'Sélect Résultat'; $lang->story->mustChoosePreVersion = 'Sélect une version pour revenir en arrière.'; $lang->story->noStory = "Aucune story pour l'instant. "; -$lang->story->ignoreChangeStage = "Story %s est à l'état brouillon et nécessite d'être complétée et validée..."; +$lang->story->ignoreChangeStage = 'Story %s is in Draft or Closed status. Please review it..'; $lang->story->cannotDeleteParent = "Impossible de supprimer {$lang->storyCommon} parent"; $lang->story->moveChildrenTips = "Its Child {$lang->storyCommon} will be moved to the selected product when editing the linked product of Parent {$lang->storyCommon}."; diff --git a/module/story/lang/vi.php b/module/story/lang/vi.php index b031669e38..a3f3cd2435 100644 --- a/module/story/lang/vi.php +++ b/module/story/lang/vi.php @@ -225,7 +225,7 @@ $lang->story->errorNotSubdivide = "Nếu tình trạng này là chưa kích h $lang->story->mustChooseResult = 'Chọn kết quả'; $lang->story->mustChoosePreVersion = 'Chọn một phiên bản để chuyển thành.'; $lang->story->noStory = 'Không có câu chuyện nào'; -$lang->story->ignoreChangeStage = 'Câu chuyện %s là bản nháp. Vui lòng xét duyệt nó..'; +$lang->story->ignoreChangeStage = 'Story %s is in Draft or Closed status. Please review it..'; $lang->story->cannotDeleteParent = "Không thể xóa {$lang->storyCommon} mẹ"; $lang->story->moveChildrenTips = "Its Child {$lang->storyCommon} will be moved to the selected product when editing the linked product of Parent {$lang->storyCommon}.";