Просмотр исходного кода

added text for common settings explanations

kaori 4 лет назад
Родитель
Сommit
034e290c2c
1 измененных файлов с 5 добавлено и 3 удалено
  1. 5 3
      packages/app/src/components/Me/EditorSettings.tsx

+ 5 - 3
packages/app/src/components/Me/EditorSettings.tsx

@@ -267,7 +267,7 @@ export const EditorSettings: FC<Props> = () => {
               <strong>common-misspellings</strong>
             </label>
             <p className="form-text text-muted small">
-              {t('admin:app_setting.file_delivery_method_redirect_info')}
+              A textlint rule to find common misspellings from Wikipedia: Lists of common misspellings.
             </p>
           </div>
 
@@ -283,7 +283,9 @@ export const EditorSettings: FC<Props> = () => {
               <strong>max-comma</strong>
             </label>
             <p className="form-text text-muted small">
-              {t('admin:app_setting.file_delivery_method_redirect_info')}
+              max: maximum number of , <br />
+              Default: 4
+
             </p>
           </div>
 
@@ -299,7 +301,7 @@ export const EditorSettings: FC<Props> = () => {
               <strong>sentence-length</strong>
             </label>
             <p className="form-text text-muted small">
-              {t('admin:app_setting.file_delivery_method_redirect_info')}
+              A textlint rule that limit Maximum Length of Sentence.
             </p>
           </div>