mirror of
https://github.com/ascribe/onion.git
synced 2025-01-05 19:25:42 +01:00
13 lines
313 B
JavaScript
13 lines
313 B
JavaScript
'use strict';
|
|
|
|
import AclButton from './acl_button';
|
|
|
|
import { getLangText } from '../../../utils/lang';
|
|
|
|
export default AclButton({
|
|
action: 'acl_unconsign',
|
|
displayName: 'UnconsignButton',
|
|
title: getLangText('Unconsign artwork'),
|
|
tooltip: getLangText('Have the owner manage his sales again')
|
|
});
|