mirror of
https://github.com/ascribe/onion.git
synced 2025-01-05 11:25:09 +01:00
13 lines
307 B
JavaScript
13 lines
307 B
JavaScript
'use strict';
|
|
|
|
import AclButton from './acl_button';
|
|
|
|
import { getLangText } from '../../../utils/lang';
|
|
|
|
export default AclButton({
|
|
action: 'acl_loan',
|
|
displayName: 'LoanButton',
|
|
title: getLangText('Loan artwork'),
|
|
tooltip: getLangText('Loan your artwork for a limited period of time')
|
|
});
|