Bug 1919538 - [WebCompat Reporter] Rename "Report Site Issue" menu item into "Report broken site" in the old and new menu. r=webcompat-reviewers,twisniewski

Differential Revision: https://phabricator.services.mozilla.com/D228184
This commit is contained in:
iorgamgabriel 2024-11-07 07:28:57 +00:00
Родитель 8943c74012
Коммит 8fbf554036
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -3,7 +3,7 @@
"name": "Mozilla Android Components - WebCompat Reporter",
"description": "Report site compatibility issues on webcompat.com",
"author": "Thomas Wisniewski <twisniewski@mozilla.com>",
"version": "2.2.0",
"version": "2.3.0",
"homepage_url": "https://github.com/mozilla/webcompat-reporter",
"browser_specific_settings": {
"gecko": {
@ -36,7 +36,7 @@
"page_action": {
"browser_style": true,
"default_icon": "icons/lightbulb.svg",
"default_title": "Report Site Issue…",
"default_title": "Report broken site…",
"pinned": false,
"show_matches": ["http://*/*", "https://*/*"]
}