mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
[influxdb] Standardize the label for influxdb (#16373)
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
This commit is contained in:
parent
970b4d3a8f
commit
8955fa2ac2
@ -170,7 +170,7 @@ public class InfluxDBPersistenceService implements ModifiablePersistenceService
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String getLabel(@Nullable Locale locale) {
|
public String getLabel(@Nullable Locale locale) {
|
||||||
return "InfluxDB persistence layer";
|
return "InfluxDB";
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user