-
Notifications
You must be signed in to change notification settings - Fork 310
Closed
Labels
Milestone
Description
tested with Deck v0.3.1-rc1 and NC 13
The confirmation when deleting a card is translated, but when deleting a stack the confirmation is not translated
Perhaps it's the missing t(...) in StackService.js
deck/js/service/StackService.js
Line 126 in ad9ce6c
| OC.dialogs.confirm('Are you sure you want to delete the stack with all of its data?', t('deck', 'Delete'), function(state) { |
like in
deck/js/controller/BoardController.js
Line 172 in ad9ce6c
| OC.dialogs.confirm(t('deck', 'Are you sure you want to delete this card with all of its data?'), t('deck', 'Delete'), function(state) { |