소스 검색

add lang keys

andre 4 년 전
부모
커밋
fbb1d81b02
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/UI/Resources/Pages/ResourcesContainer.php

+ 1 - 1
app/UI/Resources/Pages/ResourcesContainer.php

@@ -11,7 +11,7 @@ class ResourcesContainer extends BaseContainer implements ClientArea, AjaxElemen
 {
     protected $id = 'resourcesContainer';
     protected $name = 'resourcesContainer';
-    protected $title = 'resourcesContainer';
+    protected $title = 'resourcesContainerTitle';
     protected $vueComponent = true;
     protected $defaultVueComponentName = 'mg-resourcesContainer';