Skip to content

Commit aac527a

Browse files
Fix grammar error in English translation (alexjustesen#2499)
1 parent 4ac1891 commit aac527a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lang/en/settings/data_integration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
'influxdb_test_success_body' => 'Test data has been sent to InfluxDB, check if the data was received.',
2929

3030
// Bulk write notifications
31-
'influxdb_bulk_write_failed' => 'Failed to build write to Influxdb.',
31+
'influxdb_bulk_write_failed' => 'Failed to bulk write to Influxdb.',
3232
'influxdb_bulk_write_failed_body' => 'Check the logs for more details.',
3333
'influxdb_bulk_write_success' => 'Finished bulk data load to Influxdb.',
3434
'influxdb_bulk_write_success_body' => 'Data has been sent to InfluxDB, check if the data was received.',

0 commit comments

Comments
 (0)