Share playlists

This commit is contained in:
Deluan
2023-01-22 01:12:08 -05:00
parent 65174d3fb2
commit 58fc271864
3 changed files with 60 additions and 15 deletions
+2 -2
View File
@@ -109,7 +109,7 @@ const AlbumActions = ({
{config.devEnableShare && (
<Button
onClick={shareDialog.openDialog}
label={translate('resources.album.actions.share')}
label={translate('ra.action.share')}
>
<ShareIcon />
</Button>
@@ -118,7 +118,7 @@ const AlbumActions = ({
<Button
onClick={handleDownload}
label={
translate('resources.album.actions.download') +
translate('ra.action.download') +
(isDesktop ? ` (${formatBytes(record.size)})` : '')
}
>