1
0
mirror of https://github.com/ascribe/onion.git synced 2025-01-05 11:25:09 +01:00
onion/js/components/ascribe_buttons/acls/loan_button.js

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')
});