mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +01:00
fix env vars
This commit is contained in:
@@ -790,6 +790,8 @@ export default {
|
||||
return task.everyX === 1 ? this.$t('month') : this.$t('months');
|
||||
} else if (task.frequency === 'yearly') {
|
||||
return task.everyX === 1 ? this.$t('year') : this.$t('years');
|
||||
} else {
|
||||
return null;
|
||||
}
|
||||
},
|
||||
repeatsOn: {
|
||||
|
||||
Reference in New Issue
Block a user