changed messages (#26633)
Signed-off-by: Agnieszka Gancarczyk <agancarc@redhat.com> Co-authored-by: Agnieszka Gancarczyk <agancarc@redhat.com>
This commit is contained in:
parent
e988e4f135
commit
f173c87e34
2 changed files with 4 additions and 4 deletions
|
@ -2956,8 +2956,8 @@ theme=Theme
|
|||
themeType=Theme Type
|
||||
language=Language
|
||||
hasWords=Has words
|
||||
deleteConfirmMessageBundle=Delete message bundle?
|
||||
messageBundleDeleteConfirmDialog=Are you sure you want to permanently delete {{count}} selected message bundles
|
||||
deleteConfirmTranslationTitle=Delete translation(s)?
|
||||
translationDeleteConfirmDialog=Are you sure you want to permanently delete {{count}} selected translation(s)?
|
||||
selectTheme=Select theme
|
||||
selectThemeType=Select theme type
|
||||
selectLanguage=Select language
|
||||
|
|
|
@ -221,8 +221,8 @@ export const RealmOverrides = ({
|
|||
};
|
||||
|
||||
const [toggleDeleteDialog, DeleteConfirm] = useConfirmDialog({
|
||||
titleKey: "deleteConfirmMessageBundle",
|
||||
messageKey: t("messageBundleDeleteConfirmDialog", {
|
||||
titleKey: "deleteConfirmTranslationTitle",
|
||||
messageKey: t("translationDeleteConfirmDialog", {
|
||||
count: selectedRowKeys.length,
|
||||
}),
|
||||
continueButtonLabel: "delete",
|
||||
|
|
Loading…
Reference in a new issue