Skip to content

Commit

Permalink
update text
Browse files Browse the repository at this point in the history
  • Loading branch information
kauffj authored and Jeremy Kauffman committed Mar 12, 2020
1 parent e745c80 commit c2468d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/component/channelAbout/view.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ function ChannelAbout(props: Props) {
(
<Button
button="link"
label={__('view all claims', {
normalized_uri: uri,
label={__('view other claims at lbry://%name%', {
name: claim.name,
})}
navigate={`/$/${PAGES.TOP}?name=${claim.name}`}
/>
Expand Down

0 comments on commit c2468d3

Please sign in to comment.