mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-20 12:48:52 +00:00
Updating button text to GET instead of VIEW
This commit is contained in:
parent
edce3d01a9
commit
cfae524579
2 changed files with 2 additions and 2 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue