summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-11-08 23:18:10 +0200
committerLauri Ojansivu <x@xet7.org>2018-11-08 23:18:10 +0200
commit717891bee9af42bcdeb3e9d2a2091fb764e79df9 (patch)
treedf476d71bf410c0788ee3ba82c0fde269a1f2523 /client
parent508f47f9401354fc64f13ba70529b8121d6f724e (diff)
parent4cf98134491b5870796de795418000c0a7c3a694 (diff)
downloadwekan-717891bee9af42bcdeb3e9d2a2091fb764e79df9.tar.gz
wekan-717891bee9af42bcdeb3e9d2a2091fb764e79df9.tar.bz2
wekan-717891bee9af42bcdeb3e9d2a2091fb764e79df9.zip
Merge remote-tracking branch 'origin/edge' into devel
Diffstat (limited to 'client')
-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'}}")