Browse Source

feat(metrics-extraction): Update aggregate field copy

Arthur Knaus 3 months ago
parent
commit
a5f131699a

+ 2 - 2
static/app/views/settings/projectMetrics/metricsExtractionRuleForm.tsx

@@ -180,10 +180,10 @@ export function MetricsExtractionRuleForm({isEdit, project, onSubmit, ...props}:
             name="aggregates"
             required
             options={AGGREGATE_OPTIONS}
-            label={t('Aggregation Functions')}
+            label={t('Aggregate')}
             multiple
             help={tct(
-              'The aggregation functions you want to apply to the metric. For more information, read [link:our docs]',
+              'Select the aggregations you want to store. For more information, read [link:our docs]',
               {
                 // TODO(telemetry-experience): add the correct link here once we have it!!!
                 link: (