mirror of
https://github.com/ascribe/onion.git
synced 2025-01-05 19:25:42 +01:00
13 lines
334 B
JavaScript
13 lines
334 B
JavaScript
'use strict';
|
|
|
|
import AclButton from './acl_button';
|
|
|
|
import { getLangText } from '../../../utils/lang';
|
|
|
|
export default AclButton({
|
|
action: 'acl_share',
|
|
displayName: 'EmailButton',
|
|
title: getLangText('Share artwork via email'),
|
|
tooltip: getLangText("Share the artwork to another user's collection through email")
|
|
});
|