We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6508fd commit 30f04dfCopy full SHA for 30f04df
app/Filament/Pages/Settings/DataIntegration.php
@@ -134,7 +134,7 @@ public function form(Schema $schema): Schema
134
->schema([
135
Toggle::make('prometheus_enabled')
136
->label(__('settings/data_integration.prometheus_enabled'))
137
- ->helperText(__('settings/data_integration.influxdb_v2_description'))
+ ->helperText(__('settings/data_integration.prometheus_enabled_helper_text'))
138
->reactive()
139
->columnSpanFull(),
140
Grid::make(['default' => 1, 'md' => 3])
0 commit comments