Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/diffs/components/app.vue')
-rw-r--r--app/assets/javascripts/diffs/components/app.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/diffs/components/app.vue b/app/assets/javascripts/diffs/components/app.vue
index f51f00591f0..33931f81a6d 100644
--- a/app/assets/javascripts/diffs/components/app.vue
+++ b/app/assets/javascripts/diffs/components/app.vue
@@ -440,7 +440,7 @@ export default {
fetchScannerFindingsError() {
this.hasScannerError = true;
createAlert({
- message: __('Something went wrong fetching the Scanner Findings. Please try again.'),
+ message: __('Something went wrong fetching the scanner findings. Please try again.'),
});
},
subscribeToEvents() {