From d112271b1c6a0284ac9c296d003feca56dc21e1a Mon Sep 17 00:00:00 2001 From: Maria Florencia Besteiro Gonzalez Date: Wed, 3 Jun 2026 14:26:31 +0200 Subject: [PATCH] Merge pull request #34184 from overleaf/cs-icon-button-labs-library feat(library): add Labs feedback badge to Library heading GitOrigin-RevId: 6dacc588cc58300a09b8195ca800d042d40f4c89 --- services/web/frontend/extracted-translations.json | 1 + services/web/locales/en.json | 1 + 2 files changed, 2 insertions(+) diff --git a/services/web/frontend/extracted-translations.json b/services/web/frontend/extracted-translations.json index 9fddae835a..7747d0724b 100644 --- a/services/web/frontend/extracted-translations.json +++ b/services/web/frontend/extracted-translations.json @@ -1081,6 +1081,7 @@ "lets_get_those_premium_features": "", "lets_get_you_set_up": "", "library": "", + "library_in_labs": "", "license": "", "license_allocated": "", "license_not_allocated": "", diff --git a/services/web/locales/en.json b/services/web/locales/en.json index 9c0fc5ff07..13d48007c0 100644 --- a/services/web/locales/en.json +++ b/services/web/locales/en.json @@ -1416,6 +1416,7 @@ "lets_get_you_set_up": "Let’s get you set up.", "libraries": "Libraries", "library": "Library", + "library_in_labs": "Library is in Labs — tell us what you think.", "license": "License", "license_allocated": "License allocated", "license_not_allocated": "License not allocated",