소스 검색

Remove old warning from Sandstorm import board data loss, because bug has been already fixed.

Thanks to aputsiaq and xet7 !
Lauri Ojansivu 5 년 전
부모
커밋
960fe5163b
2개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 3
      client/components/import/import.jade
  2. 0 2
      i18n/en.i18n.json

+ 0 - 3
client/components/import/import.jade

@@ -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")

+ 0 - 2
i18n/en.i18n.json

@@ -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.",