From 4cce2727e24e200731ab58f1c73a205f5ef286e6 Mon Sep 17 00:00:00 2001 From: Bogdan Date: Tue, 13 Jun 2023 02:56:20 +0300 Subject: [PATCH] Update translations (cherry picked from commit 26031389757f6b5270bbe5591101b08e58debb73) --- .../Settings/CustomFormats/CustomFormats/CustomFormat.js | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/frontend/src/Settings/CustomFormats/CustomFormats/CustomFormat.js b/frontend/src/Settings/CustomFormats/CustomFormats/CustomFormat.js index 0e119e834..d18abcc32 100644 --- a/frontend/src/Settings/CustomFormats/CustomFormats/CustomFormat.js +++ b/frontend/src/Settings/CustomFormats/CustomFormats/CustomFormat.js @@ -152,13 +152,7 @@ class CustomFormat extends Component { isOpen={this.state.isDeleteCustomFormatModalOpen} kind={kinds.DANGER} title={translate('DeleteCustomFormat')} - message={ -
-
- {translate('DeleteCustomFormatMessageText', [name])} -
-
- } + message={translate('DeleteCustomFormatMessageText', [name])} confirmLabel={translate('Delete')} isSpinning={isDeleting} onConfirm={this.onConfirmDeleteCustomFormat}