forked from wallabag/wallabag
Add warning message for import + download images
When import isn't async and downloading images is enabled, we warn the user that import can fail. Also, added missing translations
This commit is contained in:
@ -6,6 +6,8 @@
|
||||
<div class="row">
|
||||
<div class="col s12">
|
||||
<div class="card-panel settings">
|
||||
{% include 'WallabagImportBundle:Import:_information.html.twig' %}
|
||||
|
||||
{{ 'import.page_description'|trans }}
|
||||
<ul>
|
||||
{% for import in imports %}
|
||||
|
||||
Reference in New Issue
Block a user