Skip to content

Commit

Permalink
fix(l10n): Fix too long l10n value to avoid an error on edge store
Browse files Browse the repository at this point in the history
  • Loading branch information
tarampampam committed Sep 5, 2024
1 parent 79d54a7 commit 4566986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/i18n/locales.ts
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ export const locales: Partial<Record<LocaleCode, Localization>> = {
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',
Expand Down

0 comments on commit 4566986

Please sign in to comment.