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": { "twentyFourHour": {
"name": "24-Hour Timestamps", "name": "24-Hour Timestamps",
"note": "Hides channels when in minimal mode" "note": "Converts 12-hour timestamps to 24-hour format"
}, },
"hideChannels": { "hideChannels": {
"name": "Hide Channels", "name": "Hide Channels",

View File

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