Small fix in translated pages

This commit is contained in:
Alex Root Junior 2022-10-15 00:46:53 +03:00
parent 048172bcc2
commit 41c802010d
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC
3 changed files with 3 additions and 3 deletions

View file

@ -47,7 +47,7 @@ help:
.PHONY: install
install:
poetry install -E fast -E redis -E proxy -E i18n --sync
poetry install --all-extras
$(py) pre-commit install
.PHONY: clean