Fix string

This commit is contained in:
Oscar Alvarez 2020-12-26 09:14:37 -05:00
parent fd521d0c29
commit 4f9f8fa843

View file

@ -63,7 +63,7 @@ class Statement(metaclass=PoolMeta):
def __setup__(cls):
super(Statement, cls).__setup__()
cls._error_messages.update({
'not_count_money': 'No hay conteo de dinero todavia!',
'not_count_money': 'There is not count money!',
})
@classmethod