Skip to content

Commit

Permalink
fixup! translations: split Payee/Narration to avoid unnecessary trans…
Browse files Browse the repository at this point in the history
…latable string
  • Loading branch information
yagebu committed Sep 20, 2024
1 parent e23a1a9 commit ae5c55a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fava/templates/_journal_table.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<p>
<span class="datecell" data-sort="num" data-sort-name="date" data-order="asc">{{ _('Date') }}</span>
<span class="flag" data-sort="string" data-sort-name="flag">{{ _('F') }}</span>
<span class="description" data-sort="string" data-sort-name="narration">{{ _('Payee') }}{{ _('Narration') }}</span>
<span class="description" data-sort="string" data-sort-name="narration">{{ _('Payee') }}/{{ _('Narration') }}</span>
<span class="num">{{ _('Units') }}</span>
<span class="cost num">{{ _('Cost') }}{% if show_change_and_balance %} / {{ _('Change') }}{% endif %}</span>
<span class="num">{{ _('Price') }}{% if show_change_and_balance %} / {{ _('Balance') }}{% endif %}</span>
Expand Down

0 comments on commit ae5c55a

Please sign in to comment.