Skip to content

Commit 089d787

Browse files
authored
Add missing apostrophe for possessive form
1 parent 6af321e commit 089d787

File tree

1 file changed

+2
-2
lines changed
  • custom_components/file_plusplus/translations

1 file changed

+2
-2
lines changed

custom_components/file_plusplus/translations/en.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"data_description": {
2121
"file_path": "The local file path to retrieve the sensor value from",
22-
"value_template": "A template to render the sensors value based on the file content",
22+
"value_template": "A template to render the sensor's value based on the file content",
2323
"unit_of_measurement": "Unit of measurement for the sensor"
2424
}
2525
},
@@ -67,4 +67,4 @@
6767
"message": "Write access to {filename} failed: {exc}."
6868
}
6969
}
70-
}
70+
}

0 commit comments

Comments
 (0)