Skip to content

Translation of confirmation when delete a stack is not displayed #435

@cloud2018

Description

@cloud2018

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

OC.dialogs.confirm('Are you sure you want to delete the stack with all of its data?', t('deck', 'Delete'), function(state) {

like in

OC.dialogs.confirm(t('deck', 'Are you sure you want to delete this card with all of its data?'), t('deck', 'Delete'), function(state) {

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions