mirror of
https://github.com/sct/overseerr.git
synced 2025-09-28 04:52:59 +02:00
fix(frontend): fix modal design and rename some text for adding servers
This commit is contained in:
@@ -186,7 +186,7 @@ const SonarrModal: React.FC<SonarrModalProps> = ({
|
||||
? 'Saving...'
|
||||
: !!sonarr
|
||||
? 'Save Changes'
|
||||
: 'Create Instance'
|
||||
: 'Add Server'
|
||||
}
|
||||
secondaryButtonType="warning"
|
||||
secondaryText={isTesting ? 'Testing...' : 'Test'}
|
||||
|
Reference in New Issue
Block a user