diff --git a/.github/workflows/update-submodules.yml b/.github/workflows/update-submodules.yml
index f8b9b2416..2c2b48c4b 100644
--- a/.github/workflows/update-submodules.yml
+++ b/.github/workflows/update-submodules.yml
@@ -24,12 +24,7 @@ jobs:
- name: Update submodules
run: |
- # Only update the "components" submodule, we want to ignore l10n
- submodule_path="$(git config --file .gitmodules --get-regexp path | awk '{ print $2 }' | grep zen-components --color=never)"
- echo "Submodule path: $submodule_path"
- cd $submodule_path
- git checkout main
- git pull
+ git submodule update --remote --merge
- uses: stefanzweifel/git-auto-commit-action@v4
with:
diff --git a/README.md b/README.md
index cf8603c99..d4b3b0150 100644
--- a/README.md
+++ b/README.md
@@ -157,10 +157,7 @@ pnpm build:ui && pnpm start
## Special Thanks
-- [IAmJafeth](https://github.com/IAmJafeth) (For sponsoring the domain)
-- [Donno 🐒](https://www.onnno.nl/) (For making the logo)
-- [ptr1337](https://github.com/ptr1337) (AUR Packages and optimization flags)
-- [nitro](https://github.com/n7itro) (For the amazing work on the browser)
+Special thanks to... EVERYONE 🎉! Checkout the team and contributors page [here](https://zen-browser.app/about)
## Third Party Code
diff --git a/l10n b/l10n
index c93745da6..84c934608 160000
--- a/l10n
+++ b/l10n
@@ -1 +1 @@
-Subproject commit c93745da69f0c1b55e4aee0082680a6f63e951b7
+Subproject commit 84c934608abdd90951de15776ffeabf086b5025f
diff --git a/src/browser/base/content/zen-components b/src/browser/base/content/zen-components
index b645656e6..6031981ac 160000
--- a/src/browser/base/content/zen-components
+++ b/src/browser/base/content/zen-components
@@ -1 +1 @@
-Subproject commit b645656e6f4c68f99229660e2a3033f3eb3e4369
+Subproject commit 6031981acdb600561b3fdfcf7f51864664b0c25a
diff --git a/src/browser/base/content/zen-popupset.inc.xhtml b/src/browser/base/content/zen-popupset.inc.xhtml
index fa82f2ac0..6f10c0fbd 100644
--- a/src/browser/base/content/zen-popupset.inc.xhtml
+++ b/src/browser/base/content/zen-popupset.inc.xhtml
@@ -3,9 +3,19 @@
onpopuphidden="if (event.target == this) gZenBrowserManagerSidebar.contextTab = null;">
-