diff --git a/resources/views/v1/recurring/index.twig b/resources/views/v1/recurring/index.twig index 6ea8423a38..24fb661c26 100644 --- a/resources/views/v1/recurring/index.twig +++ b/resources/views/v1/recurring/index.twig @@ -55,8 +55,8 @@ {% if rt.active == false %}{% endif %} - {{ rt.transaction_type|_ }}: - {{ rt.title }} + {{ rt.type|_ }}: + {{ rt.title }} {% if rt.active == false %} ({{ 'inactive'|_|lower }}){% endif %} {% if rt.description|length > 0 %}
{{ rt.description }}
@@ -84,7 +84,7 @@