From 4566986946904a1a155566d46932756169973bac Mon Sep 17 00:00:00 2001 From: Paramtamtam <7326800+tarampampam@users.noreply.github.com> Date: Thu, 5 Sep 2024 12:00:02 +0400 Subject: [PATCH] fix(l10n): Fix too long l10n value to avoid an error on edge store --- src/i18n/locales.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/locales.ts b/src/i18n/locales.ts index 0dc62bb5..db07a4af 100644 --- a/src/i18n/locales.ts +++ b/src/i18n/locales.ts @@ -224,7 +224,7 @@ export const locales: Partial> = { manifest_name: 'Random User-Agent (Switcher)', manifest_description: 'Cambiar automáticamente el agente de usuario después de un período de tiempo especificado a uno seleccionado ' + - 'al azar, ocultando así su agente de usuario real', + 'al azar', manifest_action_default_title: 'Aleatorice su User-Agent', manifest_command_renew_useragent: 'Obtener nuevo agente', active_user_agent: 'Agente de usuario activo',