Browse Source

[editor] Type is now according to I18n

Harshg999 4 years ago
parent
commit
941ae313fa

+ 1 - 1
desktop/libs/notebook/src/notebook/templates/editor_components.mako

@@ -921,7 +921,7 @@ ${ sqlSyntaxDropdown.sqlSyntaxDropdown() }
 <script type="text/html" id="snippet-header-statement-type${ suffix }">
   % if ENABLE_EXTERNAL_STATEMENT.get():
   <!-- ko if: isSqlDialect() -->
-    <div data-bind="component: { name: 'hue-drop-down', params: { titleName: 'Type', value: statementType, entries: statementTypes, linkTitle: '${ _ko('Statement type') }' } }" style="display: inline-block"></div>
+    <div data-bind="component: { name: 'hue-drop-down', params: { titleName: '${ _ko('Type') }', value: statementType, entries: statementTypes, linkTitle: '${ _ko('Statement type') }' } }" style="display: inline-block"></div>
   <!-- /ko -->
   % endif
 </script>