about summary refs log tree commit diff stats
path: root/src/_locales
diff options
context:
space:
mode:
authorHygna <hygna@proton.me>2022-10-08 11:37:45 +0100
committerHygna <hygna@proton.me>2022-10-08 11:37:45 +0100
commitbe78f86a67458208279b8cb51b2c6fab4491244c (patch)
treef7a7d1ec22bb69f38350007798481a2ef3833018 /src/_locales
parentAdded support for fetching invidious i2p instances (diff)
downloadlibredirect-be78f86a67458208279b8cb51b2c6fab4491244c.zip
Added context menu to toggle redirects for a certain tab
Closes https://github.com/libredirect/libredirect/issues/464
Diffstat (limited to 'src/_locales')
-rw-r--r--src/_locales/en/messages.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/_locales/en/messages.json b/src/_locales/en/messages.json
index d4217ad9..003a878e 100644
--- a/src/_locales/en/messages.json
+++ b/src/_locales/en/messages.json
@@ -210,5 +210,9 @@
     },
     "lbryDesktop": {
         "message": "LBRY Desktop"
+    },
+    "bypassTab": {
+        "message": "Toggle redirects in this tab",
+        "description": "Used in context menus when right clicking on a page/tab"
     }
 }