Skip to content

Commit 8955fa2

Browse files
authored
[influxdb] Standardize the label for influxdb (openhab#16373)
Signed-off-by: Jimmy Tanagra <[email protected]>
1 parent 970b4d3 commit 8955fa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundles/org.openhab.persistence.influxdb/src/main/java/org/openhab/persistence/influxdb/InfluxDBPersistenceService.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ public String getId() {
170170

171171
@Override
172172
public String getLabel(@Nullable Locale locale) {
173-
return "InfluxDB persistence layer";
173+
return "InfluxDB";
174174
}
175175

176176
@Override

0 commit comments

Comments
 (0)