Skip to content

Commit

Permalink
@mdefazio review
Browse files Browse the repository at this point in the history
  • Loading branch information
Dosant committed Apr 22, 2020
1 parent b83ee56 commit 8566cbc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ export const txtChooseDestinationDashboard = i18n.translate(
export const txtUseCurrentFilters = i18n.translate(
'xpack.dashboard.components.DashboardDrilldownConfig.useCurrentFilters',
{
defaultMessage: "Use origin dashboard's filters and query",
defaultMessage: 'Use filters and query from origin dashboard',
}
);

export const txtUseCurrentDateRange = i18n.translate(
'xpack.dashboard.components.DashboardDrilldownConfig.useCurrentDateRange',
{
defaultMessage: "Use origin dashboard's date range",
defaultMessage: 'Use date range from origin dashboard',
}
);

0 comments on commit 8566cbc

Please sign in to comment.