diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3257a4e5882fad11455b1bc0e79731c6606d2bdc..8002c6678a75b67e6ab3a1a5d49ec80587fc8134 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -70,8 +70,8 @@ build:firefox:beta:
   rules:
     - if: '$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == "beta"'
       changes:
-        - shared/**
-        - firefox/**
+        - shared/**/*
+        - firefox/**/*
       when: always
     - if: '$CI_COMMIT_MESSAGE =~ /#force-build:(all|firefox)/ && $CI_COMMIT_BRANCH == "beta"'
       when: always
@@ -104,8 +104,8 @@ build:firefox:release:
   rules:
     - if: '$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == "beta"'
       changes:
-        - shared/**
-        - thunderbird/**
+        - shared/**/*
+        - thunderbird/**/*
       when: always
     - if: '$CI_COMMIT_MESSAGE =~ /#force-build:(all|thunderbird)/ && $CI_COMMIT_BRANCH == "beta"'
       when: always
diff --git a/shared/_locales/en/messages.json b/shared/_locales/en/messages.json
index 8b3a8f52ae317b7b8575d5b4a0c7cd301c7071a9..2758d12b7d64afd10b1ef3d37c7d1f236ba749cb 100644
--- a/shared/_locales/en/messages.json
+++ b/shared/_locales/en/messages.json
@@ -6,6 +6,6 @@
 
     "copyLinkMenuTitle": {
 	"message": "Copy original link",
-	"description": "Title of the copy original link menu item."
+	"description": "Title of the 'copy original link' menu item."
     }
 }