Skip to content

Commit

Permalink
Remove old warning from Sandstorm import board data loss, because bug…
Browse files Browse the repository at this point in the history
… has been already fixed.

Thanks to aputsiaq and xet7 !
  • Loading branch information
xet7 committed Apr 17, 2020
1 parent 41665c0 commit 960fe51
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions client/components/import/import.jade
Expand Up @@ -15,9 +15,6 @@ template(name="importTextarea")
p: label(for='import-textarea') {{_ instruction}} {{_ 'import-board-instruction-about-errors'}}
textarea.js-import-json(placeholder="{{_ 'import-json-placeholder'}}" autofocus)
| {{jsonText}}
if isSandstorm
h1.warning {{_ 'import-sandstorm-backup-warning'}}
p.warning {{_ 'import-sandstorm-warning'}}
input.primary.wide(type="submit" value="{{_ 'import'}}")

template(name="importMapMembers")
Expand Down
2 changes: 0 additions & 2 deletions i18n/en.i18n.json
Expand Up @@ -348,8 +348,6 @@
"import-board-c": "Import board",
"import-board-title-trello": "Import board from Trello",
"import-board-title-wekan": "Import board from previous export",
"import-sandstorm-backup-warning": "Do not delete data you import from original exported board or Trello before checking does this grain close and open again, or do you get Board not found error, that means data loss.",
"import-sandstorm-warning": "Imported board will delete all existing data on board and replace it with imported board.",
"from-trello": "From Trello",
"from-wekan": "From previous export",
"import-board-instruction-trello": "In your Trello board, go to 'Menu', then 'More', 'Print and Export', 'Export JSON', and copy the resulting text.",
Expand Down

0 comments on commit 960fe51

Please sign in to comment.