mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Fix typos for model.config.is_valid...app_error (#5236)
This commit is contained in:
committed by
Harrison Healey
parent
0bc0a467a4
commit
3a17e96866
@@ -3585,11 +3585,11 @@
|
||||
},
|
||||
{
|
||||
"id": "model.config.is_valid.time_between_user_typing.app_error",
|
||||
"translation": "Time btween user typing updates should not be set less than 1000 milliseconds."
|
||||
"translation": "Time between user typing updates should not be set to less than 1000 milliseconds."
|
||||
},
|
||||
{
|
||||
"id": "model.config.is_valid.cluster_email_batching.app_error",
|
||||
"translation": "Unable to enable email batching when clustering is enabled"
|
||||
"translation": "Unable to enable email batching when clustering is enabled."
|
||||
},
|
||||
{
|
||||
"id": "model.config.is_valid.email_batching_buffer_size.app_error",
|
||||
|
||||
Reference in New Issue
Block a user