Skip to content

Commit

Permalink
typo: File extension statt File ending
Browse files Browse the repository at this point in the history
  • Loading branch information
kivijan committed Oct 16, 2024
1 parent 5f80c0f commit 1d62f7b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion locale/de/all
Original file line number Diff line number Diff line change
Expand Up @@ -3385,7 +3385,7 @@ $ ./scripts/installation_check.pl',
'SEPA message ID' => 'SEPA-Nachrichten-ID',
'SEPA message IDs' => 'SEPA-Nachrichten-IDs',
'SEPA strings' => 'SEPA-Überweisungen',
'SEPA-XML File ending' => 'SEPA-XML Dateiendung',
'SEPA-XML File extension' => 'SEPA-XML Dateiendung',
'SEPA/Bank' => 'SEPA/Bank',
'SQL query' => 'SQL-Abfrage',
'SWIFT MT940 format' => 'SWIFT-MT940-Format',
Expand Down
2 changes: 1 addition & 1 deletion locale/en/all
Original file line number Diff line number Diff line change
Expand Up @@ -3384,7 +3384,7 @@ $self->{texts} = {
'SEPA message ID' => '',
'SEPA message IDs' => '',
'SEPA strings' => '',
'SEPA-XML File ending' => '',
'SEPA-XML File extension' => '',
'SEPA/Bank' => '',
'SQL query' => '',
'SWIFT MT940 format' => '',
Expand Down
2 changes: 1 addition & 1 deletion templates/design40_webpages/client_config/_bank.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<caption>[% 'SEPA' | $T8 %]</caption>
<tbody>
<tr>
<th>[% LxERP.t8('SEPA-XML File ending') %]</th>
<th>[% LxERP.t8('SEPA-XML File extension') %]</th>
<td>[% L.yes_no_tag('defaults.sepa_export_xml', SELF.defaults.sepa_export_xml) %]</td>
<td class="longdesc">[% LxERP.t8('If enabled the file ending for SEPA exports will be .xml instead of .cct or .cdd') %]</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion templates/webpages/client_config/_bank.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div id="bank">
<table>
<tr>
<td align="right" nowrap="true">[% LxERP.t8('SEPA-XML File ending') %]</td>
<td align="right" nowrap="true">[% LxERP.t8('SEPA-XML File extension') %]</td>
<td>[% L.yes_no_tag('defaults.sepa_export_xml', SELF.defaults.sepa_export_xml) %]</td>
<td>[% LxERP.t8('If enabled the file ending for SEPA exports will be .xml instead of .cct or .cdd') %]</td>
</tr>
Expand Down

0 comments on commit 1d62f7b

Please sign in to comment.