@ -98,6 +98,7 @@ class GeneralSettings extends Component {
isResettingApiKey,
isMono,
isWindows,
isWindowsService,
mode,
packageUpdateMechanism,
onInputChange,
@ -179,7 +180,9 @@ class GeneralSettings extends Component {
isOpen={this.state.isRestartRequiredModalOpen}
kind={kinds.DANGER}
title="Restart Sonarr"
message="Sonarr requires a restart to apply changes, do you want to restart now?"
message={
`Sonarr requires a restart to apply changes, do you want to restart now? ${isWindowsService?'Depending which user is running the Sonarr service you may need to restart Sonarr as admin once before the service will start automatically.':''}`