Skip to content

Commit

Permalink
fix loc key
Browse files Browse the repository at this point in the history
  • Loading branch information
okauppinen committed Nov 27, 2024
1 parent 4b0802b commit 026e9c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundles/statistics/statsgrid/view/Form/ClipboardPopup.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ ClipboardPopup.propTypes = {
};

export const showClipboardPopup = (controller, onClose) => {
const title = <Message messageKey='userIndicators.flyoutTitle' bundleKey={BUNDLE_KEY} />;
const title = <Message messageKey='userIndicators.import.title' bundleKey={BUNDLE_KEY} />;
return showPopup(
title,
<LocaleProvider value={{ bundleKey: BUNDLE_KEY }}>
Expand Down

0 comments on commit 026e9c6

Please sign in to comment.