This commit is contained in:
James Cole
2016-12-18 09:27:27 +01:00
parent 7ecd691ee2
commit 279d7769f5
4 changed files with 20 additions and 3 deletions

View File

@@ -11,7 +11,18 @@
<h3 class="box-title">{{ 'import_finished'|_ }}</h3>
</div>
<div class="box-body">
This import has beeen done. Link to tag or set of transactions.
<p>
{{ 'import_finished_intro'|_ }}
</p>
{% if tagId > 0 %}
<p>
{{ trans('firefly.import_finished_text_with_link', {tag: tagId})|raw }}
</p>
{% else %}
<p>
{{ 'import_finished_text_without_link'|_ }}
</p>
{% endif %}
<p>
{{ 'import_share_configuration'|_ }}