diff --git a/web/pgadmin/misc/static/explain/js/explain.js b/web/pgadmin/misc/static/explain/js/explain.js
index 00e7a0ff6..e5dd542d9 100644
--- a/web/pgadmin/misc/static/explain/js/explain.js
+++ b/web/pgadmin/misc/static/explain/js/explain.js
@@ -206,27 +206,27 @@ define('pgadmin.misc.explain', [
       '      <th class="renderable timings d-none"><button disabled>',
       gettext('Time spent') ,'</button></th>',
       '      <th class="renderable timings d-none"><button disabled>',
-      gettext('%% of query') ,'</button></th>',
+      '% ', gettext('of query') ,'</button></th>',
       '    </tr>',
       '   </thead>',
       '  </table>',
       ' </div>',
       ' <div class="col-sm-6 col-xs-6">',
       '  <div class="col-xs-12 badge">',
-      gettext('Statistics per Table'),
+      gettext('Statistics per Relation'),
       '  </div>',
       '  <table class="backgrid table presentation table-bordered ',
       '         table-hover" for="per_table">',
       '   <thead>',
       '    <tr>',
       '      <th class="renderable"><button disabled>',
-      gettext('Table name') , '</button></th>',
+      gettext('Relation name') , '</button></th>',
       '      <th class="renderable"><button disabled>',
       gettext('Scan count'), '</button></th>',
       '      <th class="renderable timings d-none"><button disabled>',
       gettext('Total time') ,'</button></th>',
       '      <th class="renderable timings d-none"><button disabled>',
-      gettext('%% of query') ,'</button></th>',
+      '% ', gettext('of query') ,'</button></th>',
       '    </tr>',
       '    <tr>',
       '      <th class="renderable"><button disabled>',
@@ -236,7 +236,7 @@ define('pgadmin.misc.explain', [
       '      <th class="renderable timings d-none"><button disabled>',
       gettext('Sum of times') ,'</button></th>',
       '      <th class="renderable timings d-none"><button disabled>',
-      gettext('%% of table') ,'</button></th>',
+      '% ', gettext('of relation') ,'</button></th>',
       '    </tr>',
       '   </thead>',
       '  </table>',
