1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-18 21:35:27 -04:00

Update Custom Format Deletion confirmation message

Consistency with the rest of the Delete*MessageText
This commit is contained in:
Bogdan
2024-02-04 19:08:45 +02:00
committed by Mark McDowall
parent 913b845faa
commit bd9d4b484c
12 changed files with 12 additions and 12 deletions
@@ -152,7 +152,7 @@ class CustomFormat extends Component {
isOpen={this.state.isDeleteCustomFormatModalOpen}
kind={kinds.DANGER}
title={translate('DeleteCustomFormat')}
message={translate('DeleteCustomFormatMessageText', { customFormatName: name })}
message={translate('DeleteCustomFormatMessageText', { name })}
confirmLabel={translate('Delete')}
isSpinning={isDeleting}
onConfirm={this.onConfirmDeleteCustomFormat}