diff options
Diffstat (limited to 'Map/Presentation/Commands/UpdateCommands.swift')
| -rw-r--r-- | Map/Presentation/Commands/UpdateCommands.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Map/Presentation/Commands/UpdateCommands.swift b/Map/Presentation/Commands/UpdateCommands.swift index bfe7078..2a8e654 100644 --- a/Map/Presentation/Commands/UpdateCommands.swift +++ b/Map/Presentation/Commands/UpdateCommands.swift @@ -37,7 +37,7 @@ struct CheckForUpdatesView: View { } var body: some View { - Button("Check for Updates…", action: updater.checkForUpdates) + Button("commands.application.check_for_updates", action: updater.checkForUpdates) .disabled(!checkForUpdatesViewModel.canCheckForUpdates) } } |