Skip to content
Snippets Groups Projects
Unverified Commit 2d2a54c0 authored by Luis Paolini's avatar Luis Paolini Committed by GitHub
Browse files

Change pulse for subscription in Activity log (#25942)

parent 02fa0ff3
No related merge requests found
......@@ -347,10 +347,10 @@ export default class Activity extends Component {
description.summary = t`removed the metric ` + item.details.name;
break;
case "pulse-create":
description.summary = t`created a pulse`;
description.summary = t`created a subscription`;
break;
case "pulse-delete":
description.summary = t`deleted a pulse`;
description.summary = t`deleted a subscription`;
break;
case "segment-create":
if (item.model_exists) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment