Commit 7038b4d6 authored by Filipa Lacerda's avatar Filipa Lacerda

Fix typo in error message

parent 265da8d3
...@@ -94,7 +94,7 @@ document.addEventListener('DOMContentLoaded', () => { ...@@ -94,7 +94,7 @@ document.addEventListener('DOMContentLoaded', () => {
badge.classList.remove('hidden'); badge.classList.remove('hidden');
}) })
.catch(() => { .catch(() => {
Flash(__('Something when wrong while fetching SAST.')); Flash(__('Something went wrong while fetching SAST.'));
}); });
// Widget summary // Widget summary
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment