diff options
author | Lauri Ojansivu <x@xet7.org> | 2018-03-17 09:20:12 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2018-03-17 09:20:12 +0200 |
commit | cb099d10933041d3c5814495e1dbf288e1d67ec6 (patch) | |
tree | 5de73d3beb0f3360981d5872ff7d62443a34634e /client/components/import | |
parent | 89a8a6f5e3b6d8eced23b8e93bbcb3b7feeeb67f (diff) | |
download | wekan-cb099d10933041d3c5814495e1dbf288e1d67ec6.tar.gz wekan-cb099d10933041d3c5814495e1dbf288e1d67ec6.tar.bz2 wekan-cb099d10933041d3c5814495e1dbf288e1d67ec6.zip |
"DANGER" data loss warning to bigger text.
Diffstat (limited to 'client/components/import')
-rw-r--r-- | client/components/import/import.jade | 2 |
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") |