Преглед изворни кода

edit share link settings table labels

ryuichi-e пре 5 година
родитељ
комит
387cb7bce1
1 измењених фајлова са 4 додато и 4 уклоњено
  1. 4 4
      src/client/js/components/Admin/Security/ShareLinkSetting.jsx

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

@@ -121,10 +121,10 @@ class ShareLinkSetting extends React.Component {
           <table className="table table-bordered">
           <table className="table table-bordered">
             <thead>
             <thead>
               <tr>
               <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>
                 <th></th>
               </tr>
               </tr>
             </thead>
             </thead>