Browse Source

rename methods

kaori 4 years ago
parent
commit
95a340e65f
1 changed files with 4 additions and 4 deletions
  1. 4 4
      packages/app/src/components/Me/EditorSettings.tsx

+ 4 - 4
packages/app/src/components/Me/EditorSettings.tsx

@@ -5,13 +5,13 @@ import { useTranslation } from 'react-i18next';
 type Props = {
 }
 
-export const JapaneseTextLintRuleSettings: FC<Props> = () => {
+export const ClickJapaneseTextLintRuleSettingsHandler: FC<Props> = () => {
   return (
     <></>
   );
 };
 
-export const WithoutJapaneseTextLintRulesSettings: FC<Props> = () => {
+export const ClickCommonTextLintRulesSettingsHandler: FC<Props> = () => {
   return (
     <></>
   );
@@ -138,7 +138,7 @@ export const EditorSettings: FC<Props> = () => {
               <strong>max-ten</strong>
             </label>
             <p className="form-text text-muted small">
-              textlint rule is that limit maximum ten(、) count of sentence.
+              Textlint rule is that limit maximum ten(、) count of sentence.
             </p>
           </div>
 
@@ -283,7 +283,7 @@ export const EditorSettings: FC<Props> = () => {
               <strong>max-comma</strong>
             </label>
             <p className="form-text text-muted small">
-              textlint rule is that limit maximum ten(、) count of sentence. <br />
+              Textlint rule is that limit maximum ten(、) count of sentence. <br />
               Default: 4
             </p>
           </div>