diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2022-01-18 21:51:03 +0100 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2022-01-27 10:39:37 +0100 |
| commit | 8eb9fc3caf37104c335c3075332093ad21accc84 (patch) | |
| tree | ae13e611fc030af7d3baae027dd2a411b494b61b /gui/src/shared | |
| parent | 78fb6afa3d5b5557ac84ab27d461b8e50660a2b5 (diff) | |
| download | mullvadvpn-8eb9fc3caf37104c335c3075332093ad21accc84.tar.xz mullvadvpn-8eb9fc3caf37104c335c3075332093ad21accc84.zip | |
Add changelog dialog
Diffstat (limited to 'gui/src/shared')
| -rw-r--r-- | gui/src/shared/localization-contexts.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/src/shared/localization-contexts.ts b/gui/src/shared/localization-contexts.ts index bf458444ca..b402278571 100644 --- a/gui/src/shared/localization-contexts.ts +++ b/gui/src/shared/localization-contexts.ts @@ -1,4 +1,5 @@ export type LocalizationContexts = + | 'changelog' | 'accessibility' | 'login-view' | 'auth-failure' |
