Added From rebuild; buildout
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
32
mopidy_iris/static/app.min.js
vendored
32
mopidy_iris/static/app.min.js
vendored
File diff suppressed because one or more lines are too long
@ -115,7 +115,7 @@
|
||||
|
||||
// Release details
|
||||
// These are automatically injected to built HTML
|
||||
var build = "1630803809";
|
||||
var build = "1631047451";
|
||||
var version = "3.58.2";
|
||||
|
||||
// Construct the script tag
|
||||
|
||||
@ -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