Skip to content

Commit 36aac6d

Browse files
erredecobmack
authored andcommitted
[TASK] Remove exclamation marks from texts on EXT:backend (BE login)
Remove exclamation marks from the messages on EXT:backend (BE login part) and improves messages wording. Resolves: #108188 Releases: main Change-Id: I75b3e360ac16227c58b642d28c9d93f1388639c3 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/91746 Tested-by: Benni Mack <benni@typo3.org> Tested-by: Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by: Lina Wolf <112@linawolf.de> Tested-by: Lina Wolf <112@linawolf.de> Reviewed-by: Oliver Klee <typo3-coding@oliverklee.de> Tested-by: core-ci <typo3@b13.com> Reviewed-by: Benni Mack <benni@typo3.org>
1 parent 2b1e173 commit 36aac6d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

typo3/sysext/backend/Resources/Private/Language/locallang.xlf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<source>Forgot your password?</source>
6565
</trans-unit>
6666
<trans-unit id="login.error.capslock">
67-
<source>Attention: Caps lock enabled!</source>
67+
<source>Attention: Caps lock enabled</source>
6868
</trans-unit>
6969
<trans-unit id="login.error.capslockStatus">
7070
<source>Caps lock enabled</source>
@@ -100,13 +100,13 @@
100100
<source>Make sure to spell your username and password correctly, including upper/lowercase characters.</source>
101101
</trans-unit>
102102
<trans-unit id="login.error.javascript">
103-
<source>Please activate JavaScript!</source>
103+
<source>Please activate JavaScript</source>
104104
</trans-unit>
105105
<trans-unit id="login.error.cookies">
106-
<source>Please activate Cookies!</source>
106+
<source>Please activate Cookies</source>
107107
</trans-unit>
108108
<trans-unit id="login.error.referrer">
109-
<source>TYPO3 relies on HTTP referrers for security reasons in the backend. It seems your browser refused to send this information.</source>
109+
<source>TYPO3 relies on HTTP referrers for security reasons in the backend. It looks like your browser was not able to send this information, which may be due to privacy or security settings.</source>
110110
</trans-unit>
111111
<trans-unit id="login.process">
112112
<source>Verifying Login Data ...</source>

typo3/sysext/backend/Resources/Private/Language/locallang_reset_password.xlf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@
77
<source>Reset Your Password</source>
88
</trans-unit>
99
<trans-unit id="instructions.email">
10-
<source>To reset your password, enter the email address stored in the backend user account.</source>
10+
<source>Please enter the email address associated with your backend user account. You will receive the link to create a new password via email.</source>
1111
</trans-unit>
1212
<trans-unit id="instructions.password">
1313
<source>Enter a new password to reset your current password.</source>
1414
</trans-unit>
1515
<trans-unit id="instructions.password_requirement">
16-
<source>To reset your password, ensure that your new password matches the following requirements:</source>
16+
<source>Please ensure that your new password matches the following requirements:</source>
1717
</trans-unit>
1818
<trans-unit id="note.other_providers">
1919
<source>Note: If you're using a centralized user management system such as LDAP, OAuth or Active Directory, you might not receive an email.</source>
2020
</trans-unit>
2121
<trans-unit id="email_sent.headline">
22-
<source>Check your inbox!</source>
22+
<source>Check your inbox</source>
2323
</trans-unit>
2424
<trans-unit id="email_sent.message">
2525
<source><![CDATA[If a backend user with the email address "%s" exists, an email has been sent to this address. Please check your inbox and spam folder.]]></source>

0 commit comments

Comments
 (0)