Browse Source

expiration

ryuichi-e 5 years ago
parent
commit
0f9af29d34
1 changed files with 1 additions and 1 deletions
  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;
     const { t } = this.props;
     return (
     return (
       <div className="share-link-form border p-3">
       <div className="share-link-form border p-3">
-        <h4>{t('expire')}</h4>
+        <h4>{t('share_links.expire')}</h4>
         {this.renderExpirationTypeOptions()}
         {this.renderExpirationTypeOptions()}
         <hr />
         <hr />
         {this.renderDescriptionForm()}
         {this.renderDescriptionForm()}