summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-03-17 09:20:12 +0200
committerLauri Ojansivu <x@xet7.org>2018-03-17 09:20:12 +0200
commitcb099d10933041d3c5814495e1dbf288e1d67ec6 (patch)
tree5de73d3beb0f3360981d5872ff7d62443a34634e /client
parent89a8a6f5e3b6d8eced23b8e93bbcb3b7feeeb67f (diff)
downloadwekan-cb099d10933041d3c5814495e1dbf288e1d67ec6.tar.gz
wekan-cb099d10933041d3c5814495e1dbf288e1d67ec6.tar.bz2
wekan-cb099d10933041d3c5814495e1dbf288e1d67ec6.zip
"DANGER" data loss warning to bigger text.
Diffstat (limited to 'client')
-rw-r--r--client/components/import/import.jade2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/components/import/import.jade b/client/components/import/import.jade
index 152df7bf..a1fbd83b 100644
--- a/client/components/import/import.jade
+++ b/client/components/import/import.jade
@@ -16,8 +16,8 @@ template(name="importTextarea")
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
p.warning {{_ 'import-sandstorm-warning'}}
- p.warning 'IMPORT CAN CAUSE DATA LOSS OF THIS GRAIN BUG https://github.com/wekan/wekan/issues/1430'
input.primary.wide(type="submit" value="{{_ 'import'}}")
template(name="importMapMembers")