diff --git a/client/components/modals/SleepTimerModal.vue b/client/components/modals/SleepTimerModal.vue index 43b55217a..af3ad6982 100644 --- a/client/components/modals/SleepTimerModal.vue +++ b/client/components/modals/SleepTimerModal.vue @@ -15,7 +15,7 @@
- Set + {{ $strings.ButtonSet }}
diff --git a/client/strings/en-us.json b/client/strings/en-us.json index ccf608508..20a9f073f 100644 --- a/client/strings/en-us.json +++ b/client/strings/en-us.json @@ -85,6 +85,7 @@ "ButtonSearch": "Search", "ButtonSelectFolderPath": "Select Folder Path", "ButtonSeries": "Series", + "ButtonSet": "Set", "ButtonSetChaptersFromTracks": "Set chapters from tracks", "ButtonShare": "Share", "ButtonShiftTimes": "Shift Times",