Переглянути джерело

HUE-6077 [frontend] Rename 'browse' to 'browsers'

Enrico Berti 8 роки тому
батько
коміт
89661598b8
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      desktop/core/src/desktop/templates/hue.mako

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

@@ -1157,7 +1157,7 @@ ${ smart_unicode(login_modal(request).content) | n,unicode }
             if (browserItems.length > 0) {
             if (browserItems.length > 0) {
               items.push({
               items.push({
                 isCategory: true,
                 isCategory: true,
-                displayName: '${ _('Browse') }',
+                displayName: '${ _('Browsers') }',
                 children: browserItems
                 children: browserItems
               })
               })
             }
             }