Text changes for Show/Hide nodes feature. #5048

pull/6319/head
Aditya Toshniwal 2023-05-24 11:26:02 +05:30
parent b6924a84d6
commit 75cbf9165e
2 changed files with 3 additions and 3 deletions

View File

@ -35,7 +35,7 @@ def register_browser_preferences(self):
category_label=PREF_LABEL_DISPLAY,
help_str=gettext(
'If turned off, then all object collections which are empty '
'will be hidden from browser tree'
'will be hidden from browser tree.'
)
)

View File

@ -579,8 +579,8 @@ export default function PreferencesComponent({ ...props }) {
if (requiresTreeRefresh) {
Notify.confirm(
gettext('Object explorer tree refresh required'),
gettext('The object explorer tree refresh is required. Do you wish to refresh the tree?'),
gettext('Object explorer refresh required'),
gettext('An object explorer refresh is required. Do you wish to refresh it now?'),
function () {
pgAdmin.Browser.tree.destroy({
success: function () {