Changes between Initial Version and Version 1 of Ticket #52914, comment 2
- Timestamp:
- 03/28/2021 10:16:53 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #52914, comment 2
initial v1 6 6 Some strings appear to be introduced or adjusted in [2438], [15710], [25696], [33019], [33034]. 7 7 8 At a glance, it seems like at least these threestrings should get an "Error:" prefix:8 At a glance, it seems like these four strings should get an "Error:" prefix: 9 9 * `__( 'Your password reset link appears to be invalid. Please request a new link below.' )` 10 10 * `__( 'Your password reset link has expired. Please request a new link below.' )` 11 11 * `__( 'The passwords do not match.' )` 12 * `__( 'User registration is currently not allowed.' ) );` 12 13 13 14 These, on the other hand, seem more like informational messages and probably don't need the prefix: 14 15 * `__( 'Your session has expired. Please log in to continue where you left off.' ), 'message' );` 15 16 * `__( 'You are now logged out.' ), 'message' );` 16 * `__( 'User registration is currently not allowed.' ) );`17 17 * `__( 'Recovery Mode Initialized. Please log in to continue.' ), 'message' );`