Update message catalog.

This commit is contained in:
Akshay Joshi
2022-02-04 16:35:33 +05:30
parent 19beb62f81
commit 9cc2985d13
22 changed files with 25810 additions and 25472 deletions

View File

@@ -236,7 +236,7 @@ function launchPgAdminWindow() {
let openDocsInBrowser = misc.ConfigureStore.get('openDocsInBrowser', true);
let isDocURL = false;
docsURLSubStrings.forEach(function(key) {
if(url.indexOf(key) > 0) {
if(url.indexOf(key) >= 0) {
isDocURL = true;
}
});