2
0
ryuichi-e 6 жил өмнө
parent
commit
0f9af29d34

+ 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()}