Răsfoiți Sursa

edit share link settings table labels

ryuichi-e 5 ani în urmă
părinte
comite
387cb7bce1

+ 4 - 4
src/client/js/components/Admin/Security/ShareLinkSetting.jsx

@@ -121,10 +121,10 @@ class ShareLinkSetting extends React.Component {
           <table className="table table-bordered">
             <thead>
               <tr>
-                <th>{t('Share Link')}</th>
-                <th>{t('Page Path')}</th>
-                <th>{t('expire')}</th>
-                <th>{t('description')}</th>
+                <th>{t('share_links.Share Link')}</th>
+                <th>{t('share_links.Page Path')}</th>
+                <th>{t('share_links.expire')}</th>
+                <th>{t('share_links.description')}</th>
                 <th></th>
               </tr>
             </thead>