Skip to content

Commit

Permalink
Using Security for string
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-buttner committed Apr 25, 2023
1 parent 3184c8f commit 52ee498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/cases/public/files/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import * as i18n from './translations';
const getOwnerUIName = (owner: Owner) => {
switch (owner) {
case SECURITY_SOLUTION_OWNER:
return 'Security Solution';
return 'Security';
case OBSERVABILITY_OWNER:
return 'Observability';
case GENERAL_CASES_OWNER:
Expand Down

0 comments on commit 52ee498

Please sign in to comment.