mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Text changes for Show/Hide nodes feature. #5048
This commit is contained in:
@@ -35,7 +35,7 @@ def register_browser_preferences(self):
|
|||||||
category_label=PREF_LABEL_DISPLAY,
|
category_label=PREF_LABEL_DISPLAY,
|
||||||
help_str=gettext(
|
help_str=gettext(
|
||||||
'If turned off, then all object collections which are empty '
|
'If turned off, then all object collections which are empty '
|
||||||
'will be hidden from browser tree'
|
'will be hidden from browser tree.'
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@@ -579,8 +579,8 @@ export default function PreferencesComponent({ ...props }) {
|
|||||||
|
|
||||||
if (requiresTreeRefresh) {
|
if (requiresTreeRefresh) {
|
||||||
Notify.confirm(
|
Notify.confirm(
|
||||||
gettext('Object explorer tree refresh required'),
|
gettext('Object explorer refresh required'),
|
||||||
gettext('The object explorer tree refresh is required. Do you wish to refresh the tree?'),
|
gettext('An object explorer refresh is required. Do you wish to refresh it now?'),
|
||||||
function () {
|
function () {
|
||||||
pgAdmin.Browser.tree.destroy({
|
pgAdmin.Browser.tree.destroy({
|
||||||
success: function () {
|
success: function () {
|
||||||
|
|||||||
Reference in New Issue
Block a user