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

Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
Signed-off-by: Ciprian Pascu <contact@ciprianpascu.ro>
This commit is contained in:
jimtng 2024-02-06 04:46:24 +10:00 committed by Ciprian Pascu
parent b729f443ff
commit 737b9ceebc

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