Skip to content

Commit 563f3c7

Browse files
linawolfbrotkrueml
andauthored
Apply suggestions from code review
Co-authored-by: Chris Müller <[email protected]>
1 parent 7cdaef3 commit 563f3c7

File tree

1 file changed

+3
-3
lines changed
  • Documentation/ApiOverview/Localization/Labels

1 file changed

+3
-3
lines changed

Documentation/ApiOverview/Localization/Labels/Index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -359,12 +359,12 @@ be removed with the next major TYPO3 version.
359359
It is possible to use these tags to deprecate labels in third party extensions
360360
as well.
361361

362-
To ease migration for Extension developers and projects the development
362+
To ease migration for extension developers and projects the development
363363
command :bash:`vendor/bin/typo3 language:domain:search` can be used to search
364364
for specific label contents. :composer:`typo3/cms-lowlevel` needs to be
365365
installed.
366366

367-
For example if you used the now deprecated label reference
367+
For example, if you used the now deprecated label reference
368368
`LLL:EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.starttime`
369369

370370
You can use the following command:
@@ -412,4 +412,4 @@ new location:
412412
+ $languageService->sL('core.db.general:starttime')
413413
414414
If you can find no suitable label for your use case consider moving the label
415-
to your own extensions XLIFF localization files.
415+
to your own extension's XLIFF localization files.

0 commit comments

Comments
 (0)