diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_accounts.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_accounts.tt
index 9ca20268fe..a22ac9117d 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_accounts.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_accounts.tt
@@ -7,13 +7,13 @@
[% FILTER collapse %]
[% IF acct_form %]
[% IF account %]
- [% t("Modify account") | html %]
+ [% tx("Modify account '{edi_account}' for vendor '{vendor}'", { edi_account = account.description, vendor = account.vendor.name }) %]
[% ELSE %]
- [% t("Add new account") | html %]
+ [% t("New account") | html %]
[% END %] ›
[% END %]
[% IF delete_confirm %]
- [% t("Confirm deletion of account") | html %] ›
+ [% tx("Confirm deletion of account '{edi_account}' for vendor '{vendor}'", { edi_account = account.description, vendor = account.vendor.name }) %]
[% END %]
[% t("EDI accounts") | html %] ›
[% t("Administration") | html %] ›
@@ -45,17 +45,17 @@
[% IF acct_form %]
[% IF account %]
[% WRAPPER breadcrumb_item bc_active= 1 %]
- Modify account
+ [% tx("Modify account '{edi_account}' for vendor '{vendor}'", { edi_account = account.description, vendor = account.vendor.name }) %]
[% END %]
[% ELSE %]
[% WRAPPER breadcrumb_item bc_active= 1 %]
- Add new account
+ New account
[% END %]
[% END %]
[% ELSIF delete_confirm %]
[% WRAPPER breadcrumb_item bc_active= 1 %]
- Confirm deletion of account
+ [% tx("Confirm deletion of account '{edi_account}' for vendor '{vendor}'", { edi_account = account.description, vendor = account.vendor.name }) %]
[% END %]
[% END %]
[% END #/ WRAPPER breadcrumbs %]
@@ -88,16 +88,15 @@
[% IF account %]
[% END %]
+
+ [% IF account %]
+ [% tx("Modify account '{edi_account}' for vendor '{vendor}'", { edi_account = account.description, vendor = account.vendor.name }) %]
+ [% ELSE %]
+ New account
+ [% END %]
+