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

Update Custom Format Deletion confirmation message

Consistency with the rest of the Delete*MessageText

Closes #9766
This commit is contained in:
Bogdan
2024-02-04 19:08:45 +02:00
parent db62eddf5a
commit a90d6682d3
25 changed files with 25 additions and 25 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}