Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ export const DashboardSaveModal: React.FC<DashboardSaveModalProps> = ({
label={
<FormattedMessage
id="dashboard.topNav.saveModal.storeProjectRoutingWithDashboardFormRowLabel"
defaultMessage="Store project routing with dashboard"
defaultMessage="Store CPS scope with dashboard"
/>
}
/>
Expand All @@ -187,7 +187,7 @@ export const DashboardSaveModal: React.FC<DashboardSaveModalProps> = ({
content={
<FormattedMessage
id="dashboard.topNav.saveModal.storeProjectRoutingWithDashboardFormRowHelpText"
defaultMessage="This changes the project routing to the currently selected project each time this dashboard is loaded."
defaultMessage="Saves the current cross-project search (CPS) scope with the dashboard. Anyone who opens the dashboard will start with that scope."
/>
}
position="top"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ export const DashboardSettingsFlyout = ({ onClose, ariaLabelledBy }: DashboardSe
helpText={
<FormattedMessage
id="dashboard.embeddableApi.showSettings.flyout.form.storeProjectRoutingWithDashboardFormRowHelpText"
defaultMessage="If selected, the Cross-project search scope currently in use will be saved along with this dashboard. When you or other users open the dashboard, it will always load with that CPS scope."
defaultMessage="Saves the current cross-project search (CPS) scope with the dashboard. Anyone who opens the dashboard will start with that scope."
/>
}
>
Expand Down
Loading