diff --git a/docs/faqs/glossary.md b/docs/faqs/glossary.md
index 90c1fd7ffe3..8fb73618e8c 100644
--- a/docs/faqs/glossary.md
+++ b/docs/faqs/glossary.md
@@ -80,17 +80,19 @@ When Google Translate is selected:
**EmaLink** (EmaLink): radio-frequency device Loop uses to control Eros pods (aka. Gen 3) and older Medtronic pumps
+**ENABLE_NUKE_CERTS** (ENABLE_NUKE_CERTS): The Variable that gets added to GitHub, along with your 6 Secrets: renews your Apple Developer Certificate after it expires
+
**EGP** (EGP): Endogenous Glucose Production: glucose produced by the body from its reserves (mainly glycogen in the liver)
**Event History** (Event History): record of pump events (bolus or temp basal) reported and used by Loop
**Expiration Date** (Expiration Date): your Loop app has a finite life, the app warns you starting 3 weeks before the expiration date
-**fastlane** (fastlane): used as part of the github Build Action method that enables building Loop without a Mac computer or Xcode
+**fastlane** (fastlane): used as part of the GitHub Build Action method that enables building Loop without a Mac computer or Xcode
**Finder** (Finder): graphical folder and file display on Mac
-**fork** (fork): a copy of code in a github repository other than the original
+**fork** (fork): a copy of code in a GitHub repository other than the original
**GBPA** (GBPA): Glucose Based Partial Application: modification to Automatic Bolus Dosing Strategy
@@ -128,7 +130,7 @@ When Google Translate is selected:
**ISF** (ISF): Insulin Sensitivity Factor; how many points your blood sugar will drop for each unit of insulin; sometimes called Correction Factor
-**Issue** (Issue): On github - a formal method to report a problem, either code behavior or documentation
+**Issue** (Issue): On GitHub - a formal method to report a problem, either code behavior or documentation
**JSON** (JSON): JavaScript Object Notation; a standard data interchange format that is text-based and human readable
@@ -146,7 +148,7 @@ When Google Translate is selected:
**LoopFollow** (LoopFollow): An app you can build to provide extra alarms and views of important information - can use Dexcom Share or `Nightscout` to include `Loop` information
-**Match-Secrets** (Match-Secrets): a private repository you must create in your github account, stores keys required to build with github Build Actions
+**Match-Secrets** (Match-Secrets): a private repository that is automatically created for you in your GitHub account, stores keys required to build with GitHub Build Actions. There is no need for you to interact with this repository.
**MTB** (MTB): Manual Temp Basal: user initiated temporary basal, Omnipod Common feature
@@ -174,7 +176,7 @@ When Google Translate is selected:
**OTP** (OTP): one-time password, this is used to enable caregivers to securely execute remote commands to a Looper's phone
-**Override** (Override): a modification to Loop settings that can change the correction range, the sensitivity (basal, ISF and CR) or both
+**Override** (Override): a modification to Loop settings that can change the correction range, the sensitivity (basal, ISF and CR) or both. Accessed by clicking the heart symbol on Loop's mainscreen, and referred to as a Custom Preset within the Loop app.
**Package Dependencies** (Package Dependencies): packages that must be downloaded by Xcode (once) to build the app after downloading the LoopWorkspace to your computer
@@ -214,9 +216,9 @@ When Google Translate is selected:
**GH_PAT** (GH_PAT): One of 6 Secrets: Generated with your GitHub account; set it to never expire
-**MATCH_PASSWORD** (MATCH_PASSWORD): One of 6 Secrets: Git repo encryption passphrase, used to encrypt the Match-Secrets repository when it is created. You must save and use the same MATCH_PASSWORD for every repository if you build multiple apps.
+**MATCH_PASSWORD** (MATCH_PASSWORD): One of 6 Secrets: Git repository encryption passphrase, used to encrypt the Match-Secrets repository when it is created. You must save and use the same MATCH_PASSWORD for every repository if you build multiple apps.
-**SHA-1** (SHA-1): Secure Hash Algorithm 1; used to generate an alphanumeric code for commits in git (github)
+**SHA-1** (SHA-1): Secure Hash Algorithm 1; used to generate an alphanumeric code for commits in git (GitHub)
**Sign Targets** (Sign Targets): associate a Developer ID with an app; must sign all targets for a given app
@@ -224,6 +226,8 @@ When Google Translate is selected:
**Table of Contents** (Table of Contents): (TOC) is the list of level 2 and 3 headers on a given page; the title at the top of the page is a level 1 header
+**Tahoe** (Tahoe): operating system for Mac, macOS 26.x
+
**Temp Basal Only** (Temp Basal Only): provide the recommended insulin automatically using an increase in temp basal over half an hour (limited by max temp basal)
**Temp Basal** (Temp Basal): modify the scheduled basal rate for a pump
@@ -234,7 +238,7 @@ When Google Translate is selected:
**Therapy Settings** (Therapy Settings): Basal Rates, ISF, CR, correction and safety ranges and delivery limits
-**Tokens** (Tokens): on Nightscout, configure access permissions using tokens
+**Tokens** (Tokens): in Nightscout Admin Tools, configure access permissions using tokens
**Tooltip** (Tooltip): brief definitions provided for important terms and abbreviations on the website
@@ -242,8 +246,6 @@ When Google Translate is selected:
**UTC** (UTC): Coordinated Universal Time is a time standard for civil time and time zones worldwide
-**Ventura** (Ventura): operating system for Mac, macOS 13.x
-
**watchOS** (watchOS): Apple watch operating system; must be compatible with phone iOS
**workflow** (workflow): a set of instructions to GitHub to perform an action; the instruction files are found in the .github/workflows folder of the repository