Skip to content

Commit 30f04df

Browse files
authored
bug: fix text string prometheus (alexjustesen#2482)
1 parent f6508fd commit 30f04df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Filament/Pages/Settings/DataIntegration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ public function form(Schema $schema): Schema
134134
->schema([
135135
Toggle::make('prometheus_enabled')
136136
->label(__('settings/data_integration.prometheus_enabled'))
137-
->helperText(__('settings/data_integration.influxdb_v2_description'))
137+
->helperText(__('settings/data_integration.prometheus_enabled_helper_text'))
138138
->reactive()
139139
->columnSpanFull(),
140140
Grid::make(['default' => 1, 'md' => 3])

0 commit comments

Comments
 (0)