From 4f62606e22984f381436721116d11078ef1bd65f Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Wed, 16 Oct 2019 00:21:19 -0400 Subject: [PATCH] fix settings link --- src/ui/component/common/hidden-nsfw.jsx | 14 +++++++++++--- static/app-strings.json | 9 +++++++-- 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/src/ui/component/common/hidden-nsfw.jsx b/src/ui/component/common/hidden-nsfw.jsx index 46dff85bf..8214dcf7e 100644 --- a/src/ui/component/common/hidden-nsfw.jsx +++ b/src/ui/component/common/hidden-nsfw.jsx @@ -1,7 +1,8 @@ // @flow +import * as PAGES from 'constants/pages'; +import * as ICONS from 'constants/icons'; import React from 'react'; import Button from 'component/button'; -import * as ICONS from 'constants/icons'; import Icon from 'component/common/icon'; import I18nMessage from 'component/i18nMessage'; @@ -15,8 +16,15 @@ export default function HiddenNsfw(props: Props) { return (
- }}> - Content may be hidden on this %type% because of your %settings% + + ), + }} + > + Content may be hidden on this %type% because of your %settings%.
); diff --git a/static/app-strings.json b/static/app-strings.json index 5d2e7f0bc..d6314a530 100644 --- a/static/app-strings.json +++ b/static/app-strings.json @@ -813,5 +813,10 @@ "Claimed Rewards": "Claimed Rewards", "This feature is not yet available for wallets with balances, but the gerbils are working on it.": "This feature is not yet available for wallets with balances, but the gerbils are working on it.", "I Understand": "I Understand", - "No modifier provided after separator %modSeperator%.": "No modifier provided after separator %modSeperator%." -} + "No modifier provided after separator %modSeperator%.": "No modifier provided after separator %modSeperator%.", + "Show anonymous content": "Show anonymous content", + "Anonymous content is published without a channel.": "Anonymous content is published without a channel.", + "settings": "settings", + "Content may be hidden on this %type% because of your %settings%": "Content may be hidden on this %type% because of your %settings%", + "Content may be hidden on this %type% because of your %settings%.": "Content may be hidden on this %type% because of your %settings%." +} \ No newline at end of file