mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-15 05:37:22 +01:00
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