From 99447f0d2286cb68875bccf51561778430dc165e Mon Sep 17 00:00:00 2001 From: Roy Schut Date: Wed, 23 Jun 2021 14:43:00 +0200 Subject: [PATCH] fix(project): update current video text --- src/i18n/locales/en_US/video.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/locales/en_US/video.json b/src/i18n/locales/en_US/video.json index 7f7bfeca5..0e257aaba 100644 --- a/src/i18n/locales/en_US/video.json +++ b/src/i18n/locales/en_US/video.json @@ -2,7 +2,7 @@ "add_to_favorites": "Add to favorites", "copied_url": "Copied url", "current_episode": "Current episode", - "currently_playing": "Currently playing", + "currently_playing": "Current video", "episodes": "Episodes", "favorite": "Favorite", "remove_from_favorites": "Remove from favorites",