remove instructions for Beeminder users to read a warning about deleting completed To-Dos (warning is no longer needed)

This commit is contained in:
Alys 2016-01-31 18:25:37 +10:00
parent 9b9072be45
commit ea57808176
2 changed files with 0 additions and 2 deletions

View file

@ -2,7 +2,6 @@
"clearCompleted": "Delete Completed",
"lotOfToDos": "Completed To-Dos are automatically archived after 3 days. You can access them from Settings > Export.",
"deleteToDosExplanation": "If you click the button below, all of your completed To-Dos and archived To-Dos will be permanently deleted. Export them first if you want to keep a record of them.",
"beeminderDeleteWarning": "Beeminder users: <strong>First</strong> read <a href=\"http://habitica.wikia.com/wiki/Beeminder#Deleting_Completed_To-Dos_Without_Confusing_Beeminder\">Deleting Completed To-Dos Without Confusing Beeminder</a>!",
"addmultiple": "Add Multiple",
"addsingle": "Add Single",
"habit": "Habit",

View file

@ -25,7 +25,6 @@ mixin taskColumnTabs(position)
.alert
=env.t('lotOfToDos')
button.task-action-btn.tile.spacious.bright(ng-click='user.ops.clearCompleted({})',popover=env.t('deleteToDosExplanation'),popover-trigger='mouseenter')=env.t('clearCompleted')
p!=env.t('beeminderDeleteWarning')
// remaining/completed tabs
ul.task-filter
li(ng-class='{active: list.view == "remaining"}')