ryuichi-e 5 rokov pred
rodič
commit
f250f5af1a
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      src/client/js/components/ShareLinkForm.jsx

+ 1 - 1
src/client/js/components/ShareLinkForm.jsx

@@ -145,7 +145,7 @@ class ShareLinkForm extends React.Component {
             checked={expirationType === 'unlimited'}
             checked={expirationType === 'unlimited'}
             onChange={() => { this.handleChangeExpirationType('unlimited') }}
             onChange={() => { this.handleChangeExpirationType('unlimited') }}
           />
           />
-          <label className="custom-control-label" htmlFor="customRadio1">{t('Unlimited')}</label>
+          <label className="custom-control-label" htmlFor="customRadio1">{t('share_links.Unlimited')}</label>
         </div>
         </div>
 
 
         <div className="custom-control custom-radio offset-4 mb-2">
         <div className="custom-control custom-radio offset-4 mb-2">