You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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>
Copy file name to clipboardExpand all lines: typo3/sysext/backend/Resources/Private/Language/locallang.xlf
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@
64
64
<source>Forgot your password?</source>
65
65
</trans-unit>
66
66
<trans-unitid="login.error.capslock">
67
-
<source>Attention: Caps lock enabled!</source>
67
+
<source>Attention: Caps lock enabled</source>
68
68
</trans-unit>
69
69
<trans-unitid="login.error.capslockStatus">
70
70
<source>Caps lock enabled</source>
@@ -100,13 +100,13 @@
100
100
<source>Make sure to spell your username and password correctly, including upper/lowercase characters.</source>
101
101
</trans-unit>
102
102
<trans-unitid="login.error.javascript">
103
-
<source>Please activate JavaScript!</source>
103
+
<source>Please activate JavaScript</source>
104
104
</trans-unit>
105
105
<trans-unitid="login.error.cookies">
106
-
<source>Please activate Cookies!</source>
106
+
<source>Please activate Cookies</source>
107
107
</trans-unit>
108
108
<trans-unitid="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>
Copy file name to clipboardExpand all lines: typo3/sysext/backend/Resources/Private/Language/locallang_reset_password.xlf
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -7,19 +7,19 @@
7
7
<source>Reset Your Password</source>
8
8
</trans-unit>
9
9
<trans-unitid="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>
11
11
</trans-unit>
12
12
<trans-unitid="instructions.password">
13
13
<source>Enter a new password to reset your current password.</source>
<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>
17
17
</trans-unit>
18
18
<trans-unitid="note.other_providers">
19
19
<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>
20
20
</trans-unit>
21
21
<trans-unitid="email_sent.headline">
22
-
<source>Check your inbox!</source>
22
+
<source>Check your inbox</source>
23
23
</trans-unit>
24
24
<trans-unitid="email_sent.message">
25
25
<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