Skip to content

Commit 4ac1891

Browse files
Fix typo: helpertext -> helperText in DataIntegration settings (alexjustesen#2497)
1 parent 395b206 commit 4ac1891

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
@@ -62,7 +62,7 @@ public function form(Schema $schema): Schema
6262
->schema([
6363
Toggle::make('influxdb_v2_enabled')
6464
->label(__('settings/data_integration.influxdb_v2_enabled'))
65-
->helpertext(__('settings/data_integration.influxdb_v2_description'))
65+
->helperText(__('settings/data_integration.influxdb_v2_description'))
6666
->reactive()
6767
->columnSpanFull(),
6868
Grid::make(['default' => 1, 'md' => 3])

0 commit comments

Comments
 (0)