Skip to content
Snippets Groups Projects
Commit c5150bba authored by Torsten Oppermann's avatar Torsten Oppermann
Browse files

[TASK] Fixing some lang labels

parent 6c64b407
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ class EditOnClickViewHelper extends AbstractViewHelper {
* @param boolean $new
* @return string
*/
public function render($table, $uid, $new = FALSE) {
public function render($table, $uid, $new = FALSE): string {
return BackendUtility::editOnClick('&edit[' . $table . '][' . $uid . ']=' . ($new ? 'new' : 'edit'), '', -1);
}
}
\ No newline at end of file
<f:form action="list" controller="Route" method="post" objectName="filters" object="{filters}">
<f:form action="index" controller="Backend" method="post" objectName="filters" object="{filters}">
<div class="row">
<div class="col-xs-6">
<div class="form-group">
......@@ -26,7 +26,7 @@
<img src="/typo3/sysext/core/Resources/Public/Icons/T3Icons/actions/actions-document-open.svg" width="16" height="16">
</span>
</span>
<f:translate key="backend.filters.editCategory" />
<f:translate key="backend.filters.editLocation" />
</a>
</div>
</div>
......
......@@ -25,6 +25,10 @@
<source>Filter</source>
<target>Filter</target>
</trans-unit>
<trans-unit id="backend.filters.editLocation" approved="yes">
<source>Edit selected location</source>
<target>Den ausgewählten Arbeitsort bearbeiten</target>
</trans-unit>
<trans-unit id="backend.filters.locations" approved="yes">
<source>Locations</source>
<target>Arbeitsorte</target>
......
......@@ -21,6 +21,9 @@
<trans-unit id="backend.filter">
<source>Filter</source>
</trans-unit>
<trans-unit id="backend.filters.editLocation">
<source>Edit selected location</source>
</trans-unit>
<trans-unit id="backend.filters.locations">
<source>Locations</source>
</trans-unit>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment