Skip to content

Commit

Permalink
fix i18n for es enable context menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Sneezry committed Feb 21, 2024
1 parent 2273b76 commit d808dac
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _locales/es/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@
"message": "Más información"
},
"enable_context_menu": {
"message": "http://192.168.0.1/"
"message": "Agregar al menú contextual"
},
"no_entires": {
"message": "No hay cuentas para mostrar. Añade tu primera cuenta ahora."
Expand Down
2 changes: 1 addition & 1 deletion manifests/manifest-chrome.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "__MSG_extName__",
"short_name": "__MSG_extShortName__",
"version": "6.3.5",
"version": "6.3.6",
"default_locale": "en",
"description": "__MSG_extDesc__",
"icons": {
Expand Down
2 changes: 1 addition & 1 deletion manifests/manifest-edge.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Authenticator: 2FA Client",
"short_name": "__MSG_extShortName__",
"version": "6.3.5",
"version": "6.3.6",
"default_locale": "en",
"description": "__MSG_extDesc__",
"icons": {
Expand Down
2 changes: 1 addition & 1 deletion manifests/manifest-firefox.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "__MSG_extName__",
"short_name": "__MSG_extShortName__",
"version": "6.3.5",
"version": "6.3.6",
"default_locale": "en",
"description": "__MSG_extDesc__",
"applications": {
Expand Down

0 comments on commit d808dac

Please sign in to comment.