changed messages (#26633)

Signed-off-by: Agnieszka Gancarczyk <agancarc@redhat.com>
Co-authored-by: Agnieszka Gancarczyk <agancarc@redhat.com>
This commit is contained in:
agagancarczyk 2024-01-31 12:09:41 +00:00 committed by GitHub
parent e988e4f135
commit f173c87e34
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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",