Skip to content

Commit

Permalink
type
Browse files Browse the repository at this point in the history
  • Loading branch information
nkhristinin committed Jul 28, 2023
1 parent 8518cbb commit 27e39c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export const UPDATE_AVAILABLE = i18n.translate('xpack.securitySolution.riskScore
defaultMessage: 'Update available',
});

export const START_UPDATE = i18n.translate('xpack.securitySolution.riskScore.updateAvailable', {
export const START_UPDATE = i18n.translate('xpack.securitySolution.riskScore.startUpdate', {
defaultMessage: 'Start update',
});

Expand Down
2 changes: 1 addition & 1 deletion x-pack/plugins/security_solution/server/plugin_contract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export interface SecuritySolutionPluginSetupDependencies {
unifiedSearch: UnifiedSearchServerPluginSetup;
}

export interface SetupPluginsSecuritySolutionPluginStartDependencies {
export interface SecuritySolutionPluginStartDependencies {
alerting: AlertingPluginStart;
cases?: CasesStart;
cloud: CloudSetup;
Expand Down

0 comments on commit 27e39c2

Please sign in to comment.