diff options
author | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2024-10-16 11:52:23 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-10-22 20:03:09 +0000 |
commit | 54166222f6a6f6e6feaf482b81f89bf732045ff3 (patch) | |
tree | 275e0fc6c0cdbbc66fdf7b4fb64435d74e5705a6 /sonar-core | |
parent | fb204bcee8178d160c88323f6ba8e471935bd982 (diff) | |
download | sonarqube-54166222f6a6f6e6feaf482b81f89bf732045ff3.tar.gz sonarqube-54166222f6a6f6e6feaf482b81f89bf732045ff3.zip |
SONAR-23205 Add lazy loading on most routes to improve build and dev server perfs
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sonar-core/src/main/resources/org/sonar/l10n/core.properties b/sonar-core/src/main/resources/org/sonar/l10n/core.properties index c6d7a3a53ed..9e9d817c5dc 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -307,6 +307,7 @@ copy_to_clipboard=Click to copy to clipboard copied_action=Copied to clipboard created_by=Created by default_error_message=The request cannot be processed. Try again later. +default_component_error_message=The component cannot be loaded. Try again later. default_save_field_error_message=This field cannot be saved. Try again later. default_severity=Default severity edit_permissions=Edit Permissions @@ -2894,7 +2895,7 @@ email_notification.test.message_text=This is a test message from SonarQube. email_notification.test.create_test_email=Create test email email_notification.test.submit=Send test email email_notification.test.success=Your email was sent successfully -email_notification.test.failure=Your email could not be sent. Ensure your authentication configuration settings and email recipient are valid. +email_notification.test.failure=Your email could not be sent. Ensure your authentication configuration settings and email recipient are valid. email_notification.state.value_should_be_valid_email=A valid email address is required. #------------------------------------------------------------------------------ |