diff --git a/static/app-strings.json b/static/app-strings.json index 0b4e5c295..dd39a8507 100644 --- a/static/app-strings.json +++ b/static/app-strings.json @@ -1259,5 +1259,17 @@ "Opt out of any topics you don't want to receive email about.": "Opt out of any topics you don't want to receive email about.", "Uncheck your email below if you want to stop receiving messages.": "Uncheck your email below if you want to stop receiving messages.", "Remove from Blocked List": "Remove from Blocked List", - "Are you sure you want to remove this from the list?": "Are you sure you want to remove this from the list?" -} \ No newline at end of file + "Are you sure you want to remove this from the list?": "Are you sure you want to remove this from the list?", + "Uncheck your email below if you want to stop receiving messages.": "Uncheck your email below if you want to stop receiving messages.", + "Cover": "Cover", + "Url": "Url", + "New Channel Advanced": "New Channel Advanced", + "WTF": "WTF", + "required": "required", + "A name is required for your url": "A name is required for your url", + "Edit Channel": "Edit Channel", + "Create Channel": "Create Channel", + "This shoul de such a size": "This shoul de such a size", + "Thumbnail This shoul de such a size": "Thumbnail This shoul de such a size", + "Cover This shoul de such a size": "Cover This shoul de such a size" +} diff --git a/ui/component/channelAbout/view.jsx b/ui/component/channelAbout/view.jsx index 98acce7cb..94e16dd80 100644 --- a/ui/component/channelAbout/view.jsx +++ b/ui/component/channelAbout/view.jsx @@ -31,11 +31,13 @@ function ChannelAbout(props: Props) {