mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Revert "Fix a number of cases where strings were not properly marked for translation."
This reverts commit 1f23838a4c due to unintended side
effects it caused - specifically, expanding Databases on the treeview displayed
Servers again
This commit is contained in:
@@ -103,7 +103,7 @@ define([
|
||||
|
||||
},{
|
||||
name: "object_type",
|
||||
label: gettext("Object Type"),
|
||||
label: "Object Type",
|
||||
editable: false,
|
||||
cell: Backgrid.Cell.extend({
|
||||
render: function() {
|
||||
@@ -117,12 +117,12 @@ define([
|
||||
})
|
||||
},{
|
||||
name: "nspname",
|
||||
label: gettext("Schema"),
|
||||
label: "Schema",
|
||||
cell: "string",
|
||||
editable: false
|
||||
},{
|
||||
name: "name_with_args",
|
||||
label: gettext("Name"),
|
||||
label: "Name",
|
||||
cell: "string",
|
||||
editable: false
|
||||
}];
|
||||
|
||||
Reference in New Issue
Block a user