Browse Source

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

Romain Rigaux 9 years ago
parent
commit
9298f89
1 changed files with 1 additions and 1 deletions
  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">
       <div class="modal-header">
         <a href="#" class="close" data-dismiss="modal">&times;</a>
         <a href="#" class="close" data-dismiss="modal">&times;</a>
         <a class="tableLink pull-right" href="#" target="_blank" style="margin-right: 20px;margin-top:6px">
         <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>
         </a>
         <h3>${_('Data sample for')} <span class="tableName"></span></h3>
         <h3>${_('Data sample for')} <span class="tableName"></span></h3>
       </div>
       </div>