diff --git a/web-src/src/i18n/en.json b/web-src/src/i18n/en.json index 52c34e79..32a881b9 100644 --- a/web-src/src/i18n/en.json +++ b/web-src/src/i18n/en.json @@ -487,7 +487,9 @@ "miscellaneous": { "streaming": { "title": "Streaming", - "ignore": "Ignore artwork served by radio stations" + "ignore": "Ignore artwork served by radio stations", + "keywords-artwork": "Keywords artwork", + "keywords-length": "Keywords length" } }, "services": { diff --git a/web-src/src/pages/PageSettingsMiscellaneous.vue b/web-src/src/pages/PageSettingsMiscellaneous.vue index 7d7757a8..af05464c 100644 --- a/web-src/src/pages/PageSettingsMiscellaneous.vue +++ b/web-src/src/pages/PageSettingsMiscellaneous.vue @@ -17,11 +17,11 @@