ryuichi-e hace 6 años
padre
commit
0f9af29d34
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/client/js/components/ShareLinkForm.jsx

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

@@ -231,7 +231,7 @@ class ShareLinkForm extends React.Component {
     const { t } = this.props;
     return (
       <div className="share-link-form border p-3">
-        <h4>{t('expire')}</h4>
+        <h4>{t('share_links.expire')}</h4>
         {this.renderExpirationTypeOptions()}
         <hr />
         {this.renderDescriptionForm()}