[influxdb] Standardize the label for influxdb (#16373)

Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
This commit is contained in:
jimtng 2024-02-06 04:46:24 +10:00 committed by GitHub
parent 970b4d3a8f
commit 8955fa2ac2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -170,7 +170,7 @@ public class InfluxDBPersistenceService implements ModifiablePersistenceService
@Override
public String getLabel(@Nullable Locale locale) {
return "InfluxDB persistence layer";
return "InfluxDB";
}
@Override