diff --git a/client/components/player/PlayerUi.vue b/client/components/player/PlayerUi.vue index e1b0f96d..bca3e7ee 100644 --- a/client/components/player/PlayerUi.vue +++ b/client/components/player/PlayerUi.vue @@ -53,7 +53,7 @@
- {{ currentChapterName }} ({{ currentChapterIndex + 1 }} of {{ chapters.length }}) + {{ currentChapterName }} {{ $setString('LabelPlayerChaperMarker', [currentChapterIndex + 1, chapters.length]) }}
{{ timeRemainingPretty }}
diff --git a/client/strings/en-us.json b/client/strings/en-us.json index e3349d1f..0df642a7 100644 --- a/client/strings/en-us.json +++ b/client/strings/en-us.json @@ -386,6 +386,7 @@ "LabelPermissionsUpdate": "Can Update", "LabelPermissionsUpload": "Can Upload", "LabelPhotoPathURL": "Photo Path/URL", + "LabelPlayerChaperMarker": "({0} of {1})", "LabelPlaylists": "Playlists", "LabelPlayMethod": "Play Method", "LabelPodcast": "Podcast",