Skip to content

Commit

Permalink
Merge pull request #102 from Kondeo/typoFixes
Browse files Browse the repository at this point in the history
Typo fixes
  • Loading branch information
julianpoy committed May 22, 2016
2 parents f5ac27d + e5565fc commit 7493d67
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
Binary file added E-Compendium-Release-0.1.5.apk
Binary file not shown.
2 changes: 1 addition & 1 deletion app/templates/modals/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ <h1 class="title">Login</h1>

<div class = "register"
ng-if="!loggedIn() && clientConfig.SUBSCRIBE_PAGE">
Or you can <a href="#/app/register" ng-click = "loginModal.hide()">register for a subcription</a>
Or you can <a href="#/app/register" ng-click = "loginModal.hide()">register for a subscription</a>
</div>

<div class = "register"
Expand Down
4 changes: 2 additions & 2 deletions app/templates/register.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
<label class="item item-input">
<span class="input-label"
ng-class="{'errorFormText': cardError}">
Experation Month</span>
Expiration Month</span>
<input
type="number"
id="expireM"
Expand All @@ -110,7 +110,7 @@
<label class="item item-input">
<span class="input-label"
ng-class="{'errorFormText': cardError}">
Experation Year</span>
Expiration Year</span>
<input
type="number"
id="expireY"
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "CCRAECompendium",
"version": "0.1.4",
"version": "0.1.5",
"dependencies": {
"angular-animate": "1.5.3",
"angular-hotkeys": "chieffancypants/angular-hotkeys#~1.6.0",
Expand Down
4 changes: 2 additions & 2 deletions config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<widget id="com.Kondeo.CCRAECompendium" version="0.1.4" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="com.Kondeo.CCRAECompendium" version="0.1.5" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>CCRA ECompendium</name>
<description>
CCRA ECompendium
Expand Down Expand Up @@ -44,4 +44,4 @@
<preference name="SplashScreen" value="screen"/>
<preference name="SplashScreenDelay" value="3000"/>
<icon src="resources/android/icon/drawable-xhdpi-icon.png"/>
</widget>
</widget>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "CCRAECompendium",
"version": "0.1.4",
"version": "0.1.5",
"private": true,
"dependencies": {
"moment": "^2.11.1"
Expand Down

0 comments on commit 7493d67

Please sign in to comment.