From 7050e7b735a65e8025caad4812a46396ca4b1257 Mon Sep 17 00:00:00 2001 From: Melody Date: Mon, 9 Jan 2023 13:17:23 +1000 Subject: [PATCH] Fix title of menu item to prevent confusion about the name of the plugin --- firefox/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firefox/manifest.json b/firefox/manifest.json index 9f1f5b7..dbf37f6 100644 --- a/firefox/manifest.json +++ b/firefox/manifest.json @@ -37,7 +37,7 @@ "browser_action": { "default_popup": "src/popup.html", "default_icon": "src/icon/48.png", - "default_title": "FediFollow settings" + "default_title": "FediAct settings" }, "icons": { "48": "src/icon/48.png"