Skip to content

Commit 53b191f

Browse files
committed
Improve translations
1 parent 843696e commit 53b191f

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

x-pack/plugins/security_solution/public/alerts/components/no_write_alerts_callout/translations.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ import { i18n } from '@kbn/i18n';
99
export const NO_WRITE_ALERTS_CALLOUT_TITLE = i18n.translate(
1010
'xpack.securitySolution.detectionEngine.noWriteAlertsCallOutTitle',
1111
{
12-
defaultMessage: 'Alerts index permissions required',
12+
defaultMessage: 'You cannot change alert states',
1313
}
1414
);
1515

1616
export const NO_WRITE_ALERTS_CALLOUT_MSG = i18n.translate(
1717
'xpack.securitySolution.detectionEngine.noWriteAlertsCallOutMsg',
1818
{
1919
defaultMessage:
20-
'You are currently missing the required permissions to update alerts. Please contact your administrator for further assistance.',
20+
'You only have permissions to view alerts. If you need to update alert states (open or close alerts), contact your Kibana administrator.',
2121
}
2222
);
2323

x-pack/plugins/security_solution/public/cases/components/callout/translations.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ import { i18n } from '@kbn/i18n';
99
export const READ_ONLY_SAVED_OBJECT_TITLE = i18n.translate(
1010
'xpack.securitySolution.case.readOnlySavedObjectTitle',
1111
{
12-
defaultMessage: 'You have read-only feature privileges',
12+
defaultMessage: 'You cannot open new or update existing cases',
1313
}
1414
);
1515

1616
export const READ_ONLY_SAVED_OBJECT_MSG = i18n.translate(
1717
'xpack.securitySolution.case.readOnlySavedObjectDescription',
1818
{
1919
defaultMessage:
20-
'You are only allowed to view cases. If you need to open and update cases, contact your Kibana administrator',
20+
'You only have permissions to view cases. If you need to open and update cases, contact your Kibana administrator.',
2121
}
2222
);
2323

x-pack/plugins/security_solution/public/timelines/components/timeline/header/translations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ export const CALL_OUT_UNAUTHORIZED_MSG = i18n.translate(
1010
'xpack.securitySolution.timeline.callOut.unauthorized.message.description',
1111
{
1212
defaultMessage:
13-
'You require permission to auto-save timelines within the SIEM application, though you may continue to use the timeline to search and filter security events',
13+
'You can use Timeline to investigate events, but you do not have the required permissions to save timelines for future use. If you need to save timelines, contact your Kibana administrator.',
1414
}
1515
);

0 commit comments

Comments
 (0)