Skip to content

Commit

Permalink
Translate "Broken Cards".
Browse files Browse the repository at this point in the history
  • Loading branch information
xet7 committed Jan 10, 2021
1 parent fa00b79 commit d09e448
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/components/main/brokenCards.jade
@@ -1,6 +1,6 @@
template(name="brokenCardsHeaderBar")
h1
| Broken Cards
| {{_ 'broken-cards'}}

template(name="brokenCards")
.wrapper
Expand Down
3 changes: 2 additions & 1 deletion i18n/en.i18n.json
Expand Up @@ -861,5 +861,6 @@
"dueCardsViewChange-title": "Due Cards View",
"dueCardsViewChange-choice-me": "Me",
"dueCardsViewChange-choice-all": "All Users",
"dueCardsViewChange-choice-all-description": "Shows all incomplete cards with a *Due* date from boards for which the user has permission."
"dueCardsViewChange-choice-all-description": "Shows all incomplete cards with a *Due* date from boards for which the user has permission.",
"broken-cards": "Broken Cards"
}

0 comments on commit d09e448

Please sign in to comment.