mirror of
https://github.com/ascribe/onion.git
synced 2025-01-05 11:25:09 +01:00
13 lines
304 B
JavaScript
13 lines
304 B
JavaScript
'use strict';
|
|
|
|
import AclButton from './acl_button';
|
|
|
|
import { getLangText } from '../../../utils/lang';
|
|
|
|
export default AclButton({
|
|
action: 'acl_consign',
|
|
displayName: 'ConsignButton',
|
|
title: getLangText('Consign artwork'),
|
|
tooltip: getLangText('Have someone else sell the artwork')
|
|
});
|