CB-7410 clarify the title

This commit is contained in:
Marcel Kinard 2014-08-27 13:56:31 -04:00
parent c6ccde0558
commit 12a27643db
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@
</head> </head>
<body onload="init();" id="stage" class="theme"> <body onload="init();" id="stage" class="theme">
<h1>Cordova Android Tests</h1> <h1>Cordova Android Native Tests</h1>
<div id="info"> <div id="info">
<h4>Cordova: <span id="cordova"> &nbsp;</span></h4> <h4>Cordova: <span id="cordova"> &nbsp;</span></h4>
<h4>Deviceready: <span id="deviceready"> &nbsp;</span></h4> <h4>Deviceready: <span id="deviceready"> &nbsp;</span></h4>

View File

@ -18,5 +18,5 @@
under the License. under the License.
--> -->
<resources> <resources>
<string name="app_name">CordovaTests</string> <string name="app_name">CordovaNativeTests</string>
</resources> </resources>