mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +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({
|
new SmartBanner({
|
||||||
title: 'Habitica: Gamify Your Tasks',
|
title: 'Habitica: Gamify Your Tasks',
|
||||||
author: 'HabitRPG, Inc.',
|
author: 'HabitRPG, Inc.',
|
||||||
button: 'VIEW',
|
button: 'GET',
|
||||||
store: {
|
store: {
|
||||||
ios: 'On the App Store',
|
ios: 'On the App Store',
|
||||||
android: 'In Google Play'
|
android: 'In Google Play'
|
||||||
|
|||||||
@@ -644,7 +644,7 @@ html(ng-app='habitrpg', ng-controller='RootCtrl')
|
|||||||
new SmartBanner({
|
new SmartBanner({
|
||||||
title: 'Habitica: Gamify Your Tasks',
|
title: 'Habitica: Gamify Your Tasks',
|
||||||
author: 'HabitRPG, Inc.',
|
author: 'HabitRPG, Inc.',
|
||||||
button: 'VIEW',
|
button: 'GET',
|
||||||
store: {
|
store: {
|
||||||
ios: 'On the App Store',
|
ios: 'On the App Store',
|
||||||
android: 'In Google Play'
|
android: 'In Google Play'
|
||||||
|
|||||||
Reference in New Issue
Block a user