diff --git a/src/ui/component/uriIndicator/view.jsx b/src/ui/component/uriIndicator/view.jsx index 7276f22be..87fe629a9 100644 --- a/src/ui/component/uriIndicator/view.jsx +++ b/src/ui/component/uriIndicator/view.jsx @@ -54,7 +54,7 @@ class UriIndicator extends React.PureComponent { if (channelClaim) { const { name } = channelClaim; - const channelLink = link ? channelClaim.canonical_url : false; + const channelLink = link ? channelClaim.canonical_url || channelClaim.permanent_url : false; const inner = {name}; diff --git a/static/locales/en.json b/static/locales/en.json index fcefa6a24..2a16f1567 100644 --- a/static/locales/en.json +++ b/static/locales/en.json @@ -683,5 +683,6 @@ "Content Downloaded": "Content Downloaded", "The viewer doesn't support this file type. See more info below.": "The viewer doesn't support this file type. See more info below.", "Catching up...": "Catching up...", - "%s blocks behind": "%s blocks behind" -} + "%s blocks behind": "%s blocks behind", + "Support this creator": "Support this creator" +} \ No newline at end of file