diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2023-02-20 10:38:21 +0100 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2023-02-21 18:45:59 +0100 |
| commit | 4ecd849bd1004d9b7a8bb5cf57ce2d0e7b58855e (patch) | |
| tree | 0751eb3f7c44993df59df8ea946071b8b4ac7543 /gui/src/shared/localization-contexts.ts | |
| parent | 60d51ec8cd14a965ffbcc4e0112c3351f1fc1cef (diff) | |
| download | mullvadvpn-4ecd849bd1004d9b7a8bb5cf57ce2d0e7b58855e.tar.xz mullvadvpn-4ecd849bd1004d9b7a8bb5cf57ce2d0e7b58855e.zip | |
Add in app notification dialog specification
Diffstat (limited to 'gui/src/shared/localization-contexts.ts')
| -rw-r--r-- | gui/src/shared/localization-contexts.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gui/src/shared/localization-contexts.ts b/gui/src/shared/localization-contexts.ts index 8e8c3930be..d342a4210e 100644 --- a/gui/src/shared/localization-contexts.ts +++ b/gui/src/shared/localization-contexts.ts @@ -33,4 +33,5 @@ export type LocalizationContexts = | 'support-view' | 'select-language-nav' | 'tray-icon-context-menu' - | 'tray-icon-tooltip'; + | 'tray-icon-tooltip' + | 'troubleshoot'; |
