diff options
author | RJevnikar <12701645+rjevnikar@users.noreply.github.com> | 2018-06-07 19:15:58 +0000 |
---|---|---|
committer | RJevnikar <12701645+rjevnikar@users.noreply.github.com> | 2018-06-07 19:15:58 +0000 |
commit | 1332a578901ae131f7a2a8fffd566072e5440e46 (patch) | |
tree | 03f931bde464ecec23d81790ec64e0630ef13470 | |
parent | ec4e1b6eff4b68d7a2f813c520fc5489d4894b24 (diff) | |
download | wekan-1332a578901ae131f7a2a8fffd566072e5440e46.tar.gz wekan-1332a578901ae131f7a2a8fffd566072e5440e46.tar.bz2 wekan-1332a578901ae131f7a2a8fffd566072e5440e46.zip |
Fix double comma in i18n/en.i18n.json
-rw-r--r-- | i18n/en.i18n.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i18n/en.i18n.json b/i18n/en.i18n.json index f940f418..708f2f9c 100644 --- a/i18n/en.i18n.json +++ b/i18n/en.i18n.json @@ -472,7 +472,7 @@ "assigned-by": "Assigned By", "requested-by": "Requested By", "board-delete-notice": "Deleting is permanent. You will lose all lists, cards and actions associated with this board.", - "board-delete-pop": "All lists, cards, labels, and activities will be removed and you won't be able to recover the board contents. There is no undo.",, + "board-delete-pop": "All lists, cards, labels, and activities will be removed and you won't be able to recover the board contents. There is no undo.", "boardDeletePopup-title": "Delete Board?", "delete-board": "Delete Board" } |