Pārlūkot izejas kodu

HUE-6077 [metastore] Rename Metastore Manager to Table Browser

Romain Rigaux 8 gadi atpakaļ
vecāks
revīzija
16004da8d0
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      apps/metastore/src/metastore/settings.py

+ 1 - 1
apps/metastore/src/metastore/settings.py

@@ -16,7 +16,7 @@
 # limitations under the License.
 
 DJANGO_APPS = ['metastore']
-NICE_NAME = "Metastore Manager"
+NICE_NAME = "Table Browser"
 REQUIRES_HADOOP = True
 ICON = "metastore/art/icon_metastore_48.png"
 MENU_INDEX = 20