diff options
Diffstat (limited to 'gui/src')
| -rw-r--r-- | gui/src/renderer/components/SelectLocation.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/src/renderer/components/SelectLocation.tsx b/gui/src/renderer/components/SelectLocation.tsx index a2e5375e54..b6698fcbc7 100644 --- a/gui/src/renderer/components/SelectLocation.tsx +++ b/gui/src/renderer/components/SelectLocation.tsx @@ -212,10 +212,10 @@ export default class SelectLocation extends React.Component<IProps, IState> { defaultSelectedIndex={this.state.locationScope} onChange={this.onChangeLocationScope}> <ScopeBarItem> - {messages.pgettext('select-location-nav', 'Entry')} + {messages.pgettext('select-location-view', 'Entry')} </ScopeBarItem> <ScopeBarItem> - {messages.pgettext('select-location-nav', 'Exit')} + {messages.pgettext('select-location-view', 'Exit')} </ScopeBarItem> </StyledScopeBar> )} |
