From 78650501403e850d6a5ac8e03f8a10fdc0834dfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20H=C3=A4berle?= <34959078+felixhaeberle@users.noreply.github.com> Date: Fri, 10 May 2024 11:24:19 +0200 Subject: [PATCH] Update package.json --- inlang/source-code/ide-extension/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inlang/source-code/ide-extension/package.json b/inlang/source-code/ide-extension/package.json index a0a1126838..3c0f988418 100644 --- a/inlang/source-code/ide-extension/package.json +++ b/inlang/source-code/ide-extension/package.json @@ -1,7 +1,7 @@ { "name": "vs-code-extension", "private": true, - "displayName": "Sherlock – i18n inspector", + "displayName": "Sherlock – inspector for i18n, translations, localization, l10n, i18next, i18n ally alternative", "type": "module", "description": "Visualize, edit & lint translated strings at a glance via Inline Decorations & Hover Support, and extract new strings with a single click.", "publisher": "inlang",