Andy Baugh %!s(int64=5) %!d(string=hai) anos
pai
achega
61168da1ce
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      js/pgupgrade.js

+ 1 - 1
js/pgupgrade.js

@@ -18,7 +18,7 @@ function versionHandler () {
         let html = `<strong>${pgVersion}</strong>`;
         if( parseFloat(pgVersion) < parseFloat(obj.data.minimum_supported_version) ) {
             elem.classList.add('callout', 'callout-danger');
-            html += " -- You are using a version of PostgreSQL Server that is no longer supported! Immediate upgrade reccomended.";
+            html += " -- You are using a version of PostgreSQL Server that is no longer supported! Immediate upgrade recommended.";
         }
         elem.innerHTML = html;