Revised the text on new transaction creation in the accounting application.
This commit is contained in:
parent
88e3637663
commit
2e7b103e8d
@ -39,7 +39,7 @@ First written: 2020/7/20
|
||||
<div class="btn-group">
|
||||
<button type="button" class="btn btn-primary dropdown-toggle" data-toggle="dropdown">
|
||||
<i class="fas fa-edit"></i>
|
||||
{{ _("New")|force_escape }}
|
||||
{% trans "New" context "Accounting" as text %}{{ text|force_escape }}
|
||||
</button>
|
||||
<div class="dropdown-menu">
|
||||
<a class="dropdown-item" href="{% url_with_return "accounting:transactions.create" "expense" %}">
|
||||
|
@ -38,7 +38,7 @@ First written: 2020/7/15
|
||||
<div class="btn-group">
|
||||
<button type="button" class="btn btn-primary dropdown-toggle" data-toggle="dropdown">
|
||||
<i class="fas fa-edit"></i>
|
||||
{{ _("New")|force_escape }}
|
||||
{% trans "New" context "Accounting" as text %}{{ text|force_escape }}
|
||||
</button>
|
||||
<div class="dropdown-menu">
|
||||
<a class="dropdown-item" href="{% url_with_return "accounting:transactions.create" "expense" %}">
|
||||
|
@ -39,7 +39,7 @@ First written: 2020/7/1
|
||||
<div class="btn-group">
|
||||
<button type="button" class="btn btn-primary dropdown-toggle" data-toggle="dropdown">
|
||||
<i class="fas fa-edit"></i>
|
||||
{{ _("New")|force_escape }}
|
||||
{% trans "New" context "Accounting" as text %}{{ text|force_escape }}
|
||||
</button>
|
||||
<div class="dropdown-menu">
|
||||
<a class="dropdown-item" href="{% url_with_return "accounting:transactions.create" "expense" %}">
|
||||
|
@ -39,7 +39,7 @@ First written: 2020/7/19
|
||||
<div class="btn-group">
|
||||
<button type="button" class="btn btn-primary dropdown-toggle" data-toggle="dropdown">
|
||||
<i class="fas fa-edit"></i>
|
||||
{{ _("New")|force_escape }}
|
||||
{% trans "New" context "Accounting" as text %}{{ text|force_escape }}
|
||||
</button>
|
||||
<div class="dropdown-menu">
|
||||
<a class="dropdown-item" href="{% url_with_return "accounting:transactions.create" "expense" %}">
|
||||
|
@ -39,7 +39,7 @@ First written: 2020/7/17
|
||||
<div class="btn-group">
|
||||
<button type="button" class="btn btn-primary dropdown-toggle" data-toggle="dropdown">
|
||||
<i class="fas fa-edit"></i>
|
||||
{{ _("New")|force_escape }}
|
||||
{% trans "New" context "Accounting" as text %}{{ text|force_escape }}
|
||||
</button>
|
||||
<div class="dropdown-menu">
|
||||
<a class="dropdown-item" href="{% url_with_return "accounting:transactions.create" "expense" %}">
|
||||
|
@ -38,7 +38,7 @@ First written: 2020/7/16
|
||||
<div class="btn-group">
|
||||
<button type="button" class="btn btn-primary dropdown-toggle" data-toggle="dropdown">
|
||||
<i class="fas fa-edit"></i>
|
||||
{{ _("New")|force_escape }}
|
||||
{% trans "New" context "Accounting" as text %}{{ text|force_escape }}
|
||||
</button>
|
||||
<div class="dropdown-menu">
|
||||
<a class="dropdown-item" href="{% url_with_return "accounting:transactions.create" "expense" %}">
|
||||
|
@ -39,7 +39,7 @@ First written: 2020/7/16
|
||||
<div class="btn-group">
|
||||
<button type="button" class="btn btn-primary dropdown-toggle" data-toggle="dropdown">
|
||||
<i class="fas fa-edit"></i>
|
||||
{{ _("New")|force_escape }}
|
||||
{% trans "New" context "Accounting" as text %}{{ text|force_escape }}
|
||||
</button>
|
||||
<div class="dropdown-menu">
|
||||
<a class="dropdown-item" href="{% url_with_return "accounting:transactions.create" "expense" %}">
|
||||
|
@ -38,7 +38,7 @@ First written: 2020/7/21
|
||||
<div class="btn-group">
|
||||
<button type="button" class="btn btn-primary dropdown-toggle" data-toggle="dropdown">
|
||||
<i class="fas fa-edit"></i>
|
||||
{{ _("New")|force_escape }}
|
||||
{% trans "New" context "Accounting" as text %}{{ text|force_escape }}
|
||||
</button>
|
||||
<div class="dropdown-menu">
|
||||
<a class="dropdown-item" href="{% url_with_return "accounting:transactions.create" "expense" %}">
|
||||
|
@ -39,7 +39,7 @@ First written: 2020/7/19
|
||||
<div class="btn-group">
|
||||
<button type="button" class="btn btn-primary dropdown-toggle" data-toggle="dropdown">
|
||||
<i class="fas fa-edit"></i>
|
||||
{{ _("New")|force_escape }}
|
||||
{% trans "New" context "Accounting" as text %}{{ text|force_escape }}
|
||||
</button>
|
||||
<div class="dropdown-menu">
|
||||
<a class="dropdown-item" href="{% url_with_return "accounting:transactions.create" "expense" %}">
|
||||
|
Loading…
Reference in New Issue
Block a user