1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-19 05:09:43 +02:00

Fix typo in en-US translation. Closes #1

This commit is contained in:
Maksim Eltyshev 2019-10-17 18:28:15 +05:00
parent 1f38c6073c
commit e564729598

View file

@ -83,7 +83,7 @@ export default {
userIsAlreadyExist: 'User is already exist', userIsAlreadyExist: 'User is already exist',
userLeftNewCommentToCard: '{{user}} left a new comment «{{comment}}» to <2>{{card}}</2>', userLeftNewCommentToCard: '{{user}} left a new comment «{{comment}}» to <2>{{card}}</2>',
userMovedCardFromListToList: '{{user}} moved <2>{{card}}</2> from {{fromList}} to {{toList}}', userMovedCardFromListToList: '{{user}} moved <2>{{card}}</2> from {{fromList}} to {{toList}}',
userMovedThisCardFromListToList: '<0>{{user}}</0><1> moved this card from {{fromList}} to {{toList}}</1> 12342134123412412412412412412', userMovedThisCardFromListToList: '<0>{{user}}</0><1> moved this card from {{fromList}} to {{toList}}</1>',
users: 'Users', users: 'Users',
writeComment: 'Write a comment...', writeComment: 'Write a comment...',
}, },