소스 검색

HUE-3148 [metastore] Rename 'View in Metastore' link in sample popup

Romain Rigaux 10 년 전
부모
커밋
9298f89124
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      desktop/core/src/desktop/templates/assist.mako

+ 1 - 1
desktop/core/src/desktop/templates/assist.mako

@@ -669,7 +669,7 @@ from desktop.views import _ko
       <div class="modal-header">
         <a href="#" class="close" data-dismiss="modal">&times;</a>
         <a class="tableLink pull-right" href="#" target="_blank" style="margin-right: 20px;margin-top:6px">
-          <i class="fa fa-external-link"></i> ${ _('View in Metastore Browser') }
+          <i class="fa fa-external-link"></i> ${ _('View more...') }
         </a>
         <h3>${_('Data sample for')} <span class="tableName"></span></h3>
       </div>