diff options
| author | Oliver <oliver@mohlin.dev> | 2025-03-27 13:58:48 +0100 |
|---|---|---|
| committer | Tobias Järvelöv <tobias.jarvelov@mullvad.net> | 2025-05-28 10:28:14 +0200 |
| commit | 9aa99c3e84ad1ca8ab62d824fd683abe7b32715a (patch) | |
| tree | e391d8bec4dbdb423b93e7943e26cf9bde7d9892 | |
| parent | f7a70eb58ca86acb17237322a35a752ebd50185d (diff) | |
| download | mullvadvpn-9aa99c3e84ad1ca8ab62d824fd683abe7b32715a.tar.xz mullvadvpn-9aa99c3e84ad1ca8ab62d824fd683abe7b32715a.zip | |
Update translation context for settings view titles
| -rw-r--r-- | desktop/packages/mullvad-vpn/src/renderer/components/views/settings/SettingsView.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/packages/mullvad-vpn/src/renderer/components/views/settings/SettingsView.tsx b/desktop/packages/mullvad-vpn/src/renderer/components/views/settings/SettingsView.tsx index 353367da8c..b5cfb3eee4 100644 --- a/desktop/packages/mullvad-vpn/src/renderer/components/views/settings/SettingsView.tsx +++ b/desktop/packages/mullvad-vpn/src/renderer/components/views/settings/SettingsView.tsx @@ -45,7 +45,7 @@ export function SettingsView() { <AppNavigationHeader title={ // TRANSLATORS: Title label in navigation bar - messages.pgettext('navigation-bar', 'Settings') + messages.pgettext('settings-view', 'Settings') } /> @@ -53,7 +53,7 @@ export function SettingsView() { <Title> { // TRANSLATORS: Main title for settings view - messages.pgettext('navigation-bar', 'Settings') + messages.pgettext('settings-view', 'Settings') } </Title> |
