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
|
themeType=Theme Type
|
||||||
language=Language
|
language=Language
|
||||||
hasWords=Has words
|
hasWords=Has words
|
||||||
deleteConfirmMessageBundle=Delete message bundle?
|
deleteConfirmTranslationTitle=Delete translation(s)?
|
||||||
messageBundleDeleteConfirmDialog=Are you sure you want to permanently delete {{count}} selected message bundles
|
translationDeleteConfirmDialog=Are you sure you want to permanently delete {{count}} selected translation(s)?
|
||||||
selectTheme=Select theme
|
selectTheme=Select theme
|
||||||
selectThemeType=Select theme type
|
selectThemeType=Select theme type
|
||||||
selectLanguage=Select language
|
selectLanguage=Select language
|
||||||
|
|
|
@ -221,8 +221,8 @@ export const RealmOverrides = ({
|
||||||
};
|
};
|
||||||
|
|
||||||
const [toggleDeleteDialog, DeleteConfirm] = useConfirmDialog({
|
const [toggleDeleteDialog, DeleteConfirm] = useConfirmDialog({
|
||||||
titleKey: "deleteConfirmMessageBundle",
|
titleKey: "deleteConfirmTranslationTitle",
|
||||||
messageKey: t("messageBundleDeleteConfirmDialog", {
|
messageKey: t("translationDeleteConfirmDialog", {
|
||||||
count: selectedRowKeys.length,
|
count: selectedRowKeys.length,
|
||||||
}),
|
}),
|
||||||
continueButtonLabel: "delete",
|
continueButtonLabel: "delete",
|
||||||
|
|
Loading…
Reference in a new issue