summaryrefslogtreecommitdiffstats
path: root/client/components/import/import.jade
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-11-09 21:58:31 +0200
committerLauri Ojansivu <x@xet7.org>2018-11-09 21:58:31 +0200
commit3300c69a039b3a4aa54c21340104a231cf2e80b1 (patch)
tree33fd50fabf939d613c8b0cc513fe75b1f3833216 /client/components/import/import.jade
parent09a95dfef6345782b0b36c97e624eab2126a84d4 (diff)
parente3b3e8b8c60c6c46304b80498075c08c6fce820e (diff)
downloadwekan-3300c69a039b3a4aa54c21340104a231cf2e80b1.tar.gz
wekan-3300c69a039b3a4aa54c21340104a231cf2e80b1.tar.bz2
wekan-3300c69a039b3a4aa54c21340104a231cf2e80b1.zip
Merge branch 'edge' into meteor-1.8
Diffstat (limited to 'client/components/import/import.jade')
-rw-r--r--client/components/import/import.jade4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/components/import/import.jade b/client/components/import/import.jade
index a1fbd83b..5b52f417 100644
--- a/client/components/import/import.jade
+++ b/client/components/import/import.jade
@@ -12,11 +12,11 @@ template(name="import")
template(name="importTextarea")
form
- p: label(for='import-textarea') {{_ instruction}}
+ 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 DANGER !!! THIS DESTROYS YOUR IMPORTED DATA, CAUSES BOARD NOT FOUND ERROR WHEN YOU OPEN THIS GRAIN AGAIN https://github.com/wekan/wekan/issues/1430
+ h1.warning {{_ 'import-sandstorm-backup-warning'}}
p.warning {{_ 'import-sandstorm-warning'}}
input.primary.wide(type="submit" value="{{_ 'import'}}")