瀏覽代碼

expiration

ryuichi-e 6 年之前
父節點
當前提交
0f9af29d34
共有 1 個文件被更改,包括 1 次插入1 次删除
  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()}