Skip to content

Commit

Permalink
change namespace to sharedUX
Browse files Browse the repository at this point in the history
  • Loading branch information
rshen91 committed Feb 15, 2022
1 parent 7fa17de commit 1c8b762
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { SolutionToolbarButton, Props as SolutionToolbarButtonProps } from './bu

const strings = {
getLibraryButtonLabel: () =>
i18n.translate('presentationUtil.solutionToolbar.libraryButtonLabel', {
i18n.translate('sharedUX.solutionToolbar.libraryButtonLabel', {
defaultMessage: 'Add from library',
}),
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ import { i18n } from '@kbn/i18n';
const strings = {
QuickButtonGroup: {
getAriaButtonLabel: (createType: string) =>
i18n.translate('presentationUtil.solutionToolbar.quickButton.ariaButtonLabel', {
i18n.translate('sharedUX.solutionToolbar.quickButton.ariaButtonLabel', {
defaultMessage: `Create new {createType}`,
values: {
createType,
},
}),
getLegend: () =>
i18n.translate('presentationUtil.solutionToolbar.quickButton.legendLabel', {
i18n.translate('sharedUX.solutionToolbar.quickButton.legendLabel', {
defaultMessage: 'Quick create',
}),
},
Expand Down

0 comments on commit 1c8b762

Please sign in to comment.