diff --git a/web/src/assets/locales/en.json b/web/src/assets/locales/en.json index 63c27116a..83e98c2d8 100644 --- a/web/src/assets/locales/en.json +++ b/web/src/assets/locales/en.json @@ -260,7 +260,6 @@ "log_auto_scroll_off": "Turn off automatic scrolling" }, "protected": { - "review": "Review changes", "awaits": "This pipeline is awaiting approval by a maintainer!", "approve": "Approve", "decline": "Decline", diff --git a/web/src/views/repo/pipeline/Pipeline.vue b/web/src/views/repo/pipeline/Pipeline.vue index cbbd1d85a..096d904a1 100644 --- a/web/src/views/repo/pipeline/Pipeline.vue +++ b/web/src/views/repo/pipeline/Pipeline.vue @@ -34,13 +34,6 @@ {{ $t('repo.pipeline.protected.awaits') }}
-