Skip to content
Snippets Groups Projects
Commit a7fc01da authored by Robert Goldmann's avatar Robert Goldmann
Browse files

#596 - added hint when saving a transaction as template, that repeating options are not included

parent 15fd4bb1
No related branches found
No related tags found
No related merge requests found
Pipeline #5352 failed
......@@ -344,6 +344,7 @@ search.include.hidden.accounts=Versteckte Konten
template.checkbox.include.category=Kategorie übernehmen
template.checkbox.include.account=Konto übernehmen
template.checkbox.include.account.transfer=Zielkonto übernehmen
template.repeating.options.not.included=Hinweis: Wiederholungseinstellungen werden nicht übernommen
# ABOUT
about=Über {0}
......
......@@ -345,6 +345,7 @@ search.include.hidden.accounts=Hidden accounts
template.checkbox.include.category=Include category
template.checkbox.include.account=Include account
template.checkbox.include.account.transfer=Include destination account
template.repeating.options.not.included=Note: Repetition options are not copied to the template!
# ABOUT
about=About {0}
......
......@@ -24,6 +24,12 @@
</label>
</div>
</div>
<div class="row">
<div class="col s12">
<i class="fas fa-info"></i> ${locale.getString('template.repeating.options.not.included')}
</div>
</div>
</div>
<div class="modal-footer background-color">
<@header.buttonLink url='' icon='clear' localizationKey='cancel' color='red' classes='modal-action modal-close text-white'/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment