Skip to content

Commit

Permalink
[TASK] Fix language label
Browse files Browse the repository at this point in the history
  • Loading branch information
sypets committed Mar 7, 2022
1 parent aaa292c commit 4198871
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Resources/Private/Language/Module/locallang.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@
<trans-unit id="no.access" resname="no.access">
<source>You do not have access to these listings.</source>
</trans-unit>
<!-- Set for Manage Exclusion tab -->
<!-- Set for Manage Exclusion tab -->
<trans-unit id="columnHeader.page">
<source>Page</source>
</trans-unit>
Expand All @@ -321,7 +321,7 @@
<source>Link type</source>
</trans-unit>
<trans-unit id="columnHeader.crdate">
<source>Excluding Date</source>
<source>Created on</source>
</trans-unit>
<trans-unit id="columnHeader.reason">
<source>Reason</source>
Expand All @@ -342,10 +342,10 @@
<source>Select / Deselect </source>
</trans-unit>
<trans-unit id="deleteLinks">
<source>Delete Link(s)</source>
<source>Delete</source>
</trans-unit>
<trans-unit id="excludeLinksTitle">
<source>Excluded Links</source>
<source>Excluded link targets</source>
</trans-unit>
<trans-unit id="form.selectReason">
<source>Select reason</source>
Expand All @@ -357,7 +357,7 @@
<source>Internal</source>
</trans-unit>
<trans-unit id="form.selectLinkType">
<source> Select Link Type</source>
<source>Select Link Type</source>
</trans-unit>
<!-- End Modification -->

Expand Down
2 changes: 1 addition & 1 deletion Resources/Private/Templates/Backend/BrokenLinkList.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
</div>
<f:if condition="{linktypes}">
<div class="form-group form-group-border">
<label for="linktype_searchFilter">Link type:</label>
<label for="linktype_searchFilter"><f:translate key="LLL:EXT:brofix/Resources/Private/Language/Module/locallang.xlf:columnHeader.link_typet"/>:</label>
<select id="linktype_searchFilter" name="linktype_searchFilter" class="form-control tceforms-select">
<f:for each="{linktypes}" as="linktype">
<option value="{linktype}" {f:if(condition:'{linktype} == {linktype_filter}', then: 'selected')}>
Expand Down

0 comments on commit 4198871

Please sign in to comment.