String update
This commit is contained in:
parent
4fc5a018e5
commit
6f515ac5f4
2 changed files with 5 additions and 1 deletions
|
@ -256,6 +256,9 @@
|
||||||
"Abandon": "Abandon",
|
"Abandon": "Abandon",
|
||||||
"Unlock Tip": "Unlock Tip",
|
"Unlock Tip": "Unlock Tip",
|
||||||
"Confirm Purchase": "Confirm Purchase",
|
"Confirm Purchase": "Confirm Purchase",
|
||||||
|
"Purchasing...": "Purchasing...",
|
||||||
|
"Purchased!": "Purchased!",
|
||||||
|
"This content will now be in your Library.": "This content will now be in your Library.",
|
||||||
"No channel name after @.": "No channel name after @.",
|
"No channel name after @.": "No channel name after @.",
|
||||||
"View channel": "View channel",
|
"View channel": "View channel",
|
||||||
"Add to your library": "Add to your library",
|
"Add to your library": "Add to your library",
|
||||||
|
@ -735,6 +738,7 @@
|
||||||
"Up Next by %channel%": "Up Next by %channel%",
|
"Up Next by %channel%": "Up Next by %channel%",
|
||||||
"Repost": "Repost",
|
"Repost": "Repost",
|
||||||
"Repost your favorite claims to help more people discover them!": "Repost your favorite claims to help more people discover them!",
|
"Repost your favorite claims to help more people discover them!": "Repost your favorite claims to help more people discover them!",
|
||||||
|
"Repost %title%": "Repost %title%",
|
||||||
"Channel to repost on": "Channel to repost on",
|
"Channel to repost on": "Channel to repost on",
|
||||||
"Advanced": "Advanced",
|
"Advanced": "Advanced",
|
||||||
"community name": "community name",
|
"community name": "community name",
|
||||||
|
|
|
@ -117,7 +117,7 @@ function ModalRepost(props: Props) {
|
||||||
<Card
|
<Card
|
||||||
title={
|
title={
|
||||||
<span>
|
<span>
|
||||||
Repost <em>{title}</em>
|
<I18nMessage tokens={{ title: <em>{title}</em> }}>Repost %title%</I18nMessage>
|
||||||
</span>
|
</span>
|
||||||
}
|
}
|
||||||
subtitle={
|
subtitle={
|
||||||
|
|
Loading…
Reference in a new issue