Przeglądaj źródła

enter description

ryuichi-e 5 lat temu
rodzic
commit
a73925f9ea
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/client/js/components/ShareLinkForm.jsx

+ 1 - 1
src/client/js/components/ShareLinkForm.jsx

@@ -218,7 +218,7 @@ class ShareLinkForm extends React.Component {
             type="text"
             className="form-control"
             id="inputDesc"
-            placeholder={t('enter_desc')}
+            placeholder={t('share_links.enter_desc')}
             value={this.state.description}
             onChange={e => this.handleChangeDescription(e.target.value)}
           />