Updating button text to GET instead of VIEW

This commit is contained in:
Christopher Giroir
2016-03-16 23:23:36 -07:00
parent edce3d01a9
commit cfae524579
2 changed files with 2 additions and 2 deletions

View File

@@ -50,7 +50,7 @@ html(ng-app='habitrpg', ng-controller='RootCtrl')
new SmartBanner({
title: 'Habitica: Gamify Your Tasks',
author: 'HabitRPG, Inc.',
button: 'VIEW',
button: 'GET',
store: {
ios: 'On the App Store',
android: 'In Google Play'

View File

@@ -644,7 +644,7 @@ html(ng-app='habitrpg', ng-controller='RootCtrl')
new SmartBanner({
title: 'Habitica: Gamify Your Tasks',
author: 'HabitRPG, Inc.',
button: 'VIEW',
button: 'GET',
store: {
ios: 'On the App Store',
android: 'In Google Play'