Rename MAX_CHARS to MAX_TOOT_CHARS to be more specific.

This commit is contained in:
Lain Iwakura
2017-11-14 17:56:38 +01:00
parent dae8916544
commit ca5440b93d
5 changed files with 7 additions and 7 deletions

View File

@ -20,7 +20,7 @@ import { length } from 'stringz';
import { countableText } from '../util/counter';
import initialState from '../../../initial_state';
const maxChars = initialState.max_chars;
const maxChars = initialState.max_toot_chars;
const messages = defineMessages({
placeholder: { id: 'compose_form.placeholder', defaultMessage: 'What is on your mind?' },