Updating button text to GET instead of VIEW
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user