Fixes a string

This commit is contained in:
Zack Rauen 2020-10-20 18:03:41 -04:00
parent ac8e5fefee
commit 5179f66884
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@
},
"twentyFourHour": {
"name": "24-Hour Timestamps",
"note": "Hides channels when in minimal mode"
"note": "Converts 12-hour timestamps to 24-hour format"
},
"hideChannels": {
"name": "Hide Channels",

View File

@ -42,7 +42,7 @@ export default {
},
twentyFourHour: {
name: "24-Hour Timestamps",
note: "Hides channels when in minimal mode"
note: "Converts 12-hour timestamps to 24-hour format"
},
hideChannels: {
name: "Hide Channels",