Added From rebuild; buildout
This commit is contained in:
@ -83,7 +83,7 @@ export default ({
|
||||
<div className={`${className} tooltip`}>
|
||||
{link}
|
||||
<span className="tooltip__content">
|
||||
{i18n('specs.added_from_by', { by, name: type })}
|
||||
{i18n('specs.added_by', { by })}
|
||||
</span>
|
||||
</div>
|
||||
);
|
||||
|
||||
@ -118,7 +118,7 @@ specs:
|
||||
plays: '%{count} plays'
|
||||
popularity: '%{percent}% popularity'
|
||||
added_from: 'Added from '
|
||||
added_from_by: 'Added from %{name} by %{by}'
|
||||
added_by: 'Added by %{by}'
|
||||
added_ago: 'Added %{time} ago'
|
||||
edited: 'Edited '
|
||||
edited_ago: 'Edited %{time} ago'
|
||||
|
||||
Reference in New Issue
Block a user