1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-24 10:16:29 +02:00
onion/js/components/ascribe_buttons/acls/email_button.js
2015-11-10 11:53:05 +01:00

15 lines
368 B
JavaScript

'use strict';
import React from 'react';
import AclButton from './acl_button';
import { getLangText } from '../../../utils/lang_utils';
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")
});