Skip to content
Snippets Groups Projects
Commit 1da2d177 authored by Christian Eßl's avatar Christian Eßl Committed by Daniel Goerz
Browse files

[BUGFIX] Add missing language label for the beuser details button

Add the missing language label for the beuser details button.
Also fix a wrong resname in the "info" label.

Resolves: #90445
Releases: master
Change-Id: Id2d37a6bb839d0241d8625fb7e9c6a50a97b2e43
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63334


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarRiccardo De Contardi <erredeco@gmail.com>
Tested-by: default avatarMichael Schams <typo3@2018.schams.net>
Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Tested-by: default avatarDaniel Goerz <daniel.goerz@posteo.de>
Reviewed-by: default avatarMichael Schams <typo3@2018.schams.net>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarDaniel Goerz <daniel.goerz@posteo.de>
parent 321498e5
Branches
Tags
No related merge requests found
......@@ -48,7 +48,10 @@
<trans-unit id="delete" resname="delete">
<source>Delete backend user (!)</source>
</trans-unit>
<trans-unit id="info" resname="delete">
<trans-unit id="details" resname="details">
<source>Show details</source>
</trans-unit>
<trans-unit id="info" resname="info">
<source>Display information</source>
</trans-unit>
<trans-unit id="disable" resname="disable">
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment