Explorar o código

added text for common settings explanations

kaori %!s(int64=4) %!d(string=hai) anos
pai
achega
034e290c2c
Modificáronse 1 ficheiros con 5 adicións e 3 borrados
  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>