Added From rebuild; buildout

This commit is contained in:
James Barnsley
2021-09-08 08:45:04 +12:00
parent adb6042b84
commit 5ac06afcc4
6 changed files with 177 additions and 181 deletions

View File

@ -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>
);

View File

@ -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'