Browse Source

添加done状态到action-labels中

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

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

@@ -11,6 +11,7 @@ return[
         ActionObjectType::ASSET->value =>"Asset",
     ],
     'label'=>[
+        ObjectAction::DONE->value =>"done",
         ObjectAction::CREATED->value => "created",
         ObjectAction::OPENED->value => "opened",
         ObjectAction::CHANGED->value => "changed",