Fix grammar error in English translation (#2499)

This commit is contained in:
Gurjit Singh
2025-12-05 23:58:43 +01:00
committed by GitHub
parent 4ac18918d6
commit aac527a8b4
+1 -1
View File
@@ -28,7 +28,7 @@ return [
'influxdb_test_success_body' => 'Test data has been sent to InfluxDB, check if the data was received.',
// Bulk write notifications
'influxdb_bulk_write_failed' => 'Failed to build write to Influxdb.',
'influxdb_bulk_write_failed' => 'Failed to bulk write to Influxdb.',
'influxdb_bulk_write_failed_body' => 'Check the logs for more details.',
'influxdb_bulk_write_success' => 'Finished bulk data load to Influxdb.',
'influxdb_bulk_write_success_body' => 'Data has been sent to InfluxDB, check if the data was received.',