This is an automated email from the ASF dual-hosted git repository.

normanbreau pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new ef93675  fix: missing ui text (#1160)
ef93675 is described below

commit ef93675248ef45f1671acf2004bd3a90b456cb65
Author: Norman Breau <nor...@normanbreau.com>
AuthorDate: Thu Feb 4 23:21:54 2021 -0400

    fix: missing ui text (#1160)
---
 www/_layouts/docs.html | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/www/_layouts/docs.html b/www/_layouts/docs.html
index 24e59ab..b57a095 100644
--- a/www/_layouts/docs.html
+++ b/www/_layouts/docs.html
@@ -40,7 +40,7 @@ NOTE:
                 <!-- ToC Dropdown (for XS and SM sizes only) -->
                 <div class="toc-dropdown dropdown visible-xs-block 
visible-sm-block">
                     <button class="btn btn-default dropdown-toggle" 
type="button" id="tocDropdown" data-toggle="dropdown" aria-haspopup="true" 
aria-expanded="true">
-                        {{ page.toc_text }}
+                        {{ layout.toc_text }}
                         <span class="caret"></span>
                     </button>
                     <ul class="dropdown-menu">
@@ -157,7 +157,7 @@ NOTE:
                     <button class="btn btn-default dropdown-toggle" 
type="button" id="versionDropdown" data-toggle="dropdown" aria-haspopup="true" 
aria-expanded="true">
                         {{ page.version }}
                         {% if page.version == site.latest_docs_version %}
-                            ({{ page.latest_text }})
+                            ({{ layout.latest_text }})
                         {% endif %}
                         <span class="caret"></span>
                     </button>
@@ -178,7 +178,7 @@ NOTE:
                             {% capture version_entry_string %}
                                 {{ other_version }}
                                 {% if other_version == 
site.latest_docs_version %}
-                                    ({{ page.latest_text }})
+                                    ({{ layout.latest_text }})
                                 {% endif %}
                             {% endcapture %}
 
@@ -232,9 +232,9 @@ NOTE:
                     <button type="button" class="close" data-dismiss="alert" 
aria-label="Close">
                         <span aria-hidden="true">&times;</span>
                     </button>
-                    {{ page.in_development_text }}
+                    {{ layout.in_development_text }}
                     <a href="{{ site.baseurl }}{{ latest_url }}">
-                        {{ page.click_here_text }}
+                        {{ layout.click_here_text }}
                     </a>
                 </div>
             {% endif %}
@@ -245,9 +245,9 @@ NOTE:
                     <button type="button" class="close" data-dismiss="alert" 
aria-label="Close">
                         <span aria-hidden="true">&times;</span>
                     </button>
-                    {{ page.outdated_text }}
+                    {{ layout.outdated_text }}
                     <a href="{{ site.baseurl }}{{ latest_url }}">
-                        {{ page.click_here_text }}
+                        {{ layout.click_here_text }}
                     </a>
                 </div>
             {% endif %}


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org

Reply via email to