Browse Source

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

Enrico Berti 8 năm trước cách đây
mục cha
commit
89661598b8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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) {
               items.push({
                 isCategory: true,
-                displayName: '${ _('Browse') }',
+                displayName: '${ _('Browsers') }',
                 children: browserItems
               })
             }