diff --git a/web/src/App.vue b/web/src/App.vue index 53b3b4c34..dbe42f8b8 100644 --- a/web/src/App.vue +++ b/web/src/App.vue @@ -3,14 +3,14 @@ diff --git a/web/src/assets/locales/en.json b/web/src/assets/locales/en.json index ce65ab16e..a7eeecec5 100644 --- a/web/src/assets/locales/en.json +++ b/web/src/assets/locales/en.json @@ -14,6 +14,7 @@ "color_scheme_dark": "Switch to light mode", "unknown_error": "An unknown error occurred", "documentation_for": "Documentation for \"{topic}\"", + "pipeline_feed": "Pipeline feed", "not_found": { "not_found": "Whoa 404, either we broke something or you had a typing mishap :-/", "back_home": "Back to home" diff --git a/web/src/components/layout/header/ActivePipelines.vue b/web/src/components/layout/header/ActivePipelines.vue index b988cd9af..ef20dbb23 100644 --- a/web/src/components/layout/header/ActivePipelines.vue +++ b/web/src/components/layout/header/ActivePipelines.vue @@ -1,5 +1,5 @@