Browse Source

ActionObjectType添加Container

kely 9 months ago
parent
commit
c36fa211d7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lang/en/action-labels.php

+ 1 - 0
lang/en/action-labels.php

@@ -9,6 +9,7 @@ return[
         ActionObjectType::PLAN->value => "Plan",
         ActionObjectType::TASK->value =>"Task",
         ActionObjectType::ASSET->value =>"Asset",
+        ActionObjectType::CONTAINER->value =>"Container",
     ],
     'label'=>[
         ObjectAction::DONE->value =>"done",