Skip to content

Commit c1e1da2

Browse files
author
Renato Marinho
authored
Merge pull request #274 from Te7a-Houdini/fix-messing-comma
Fix missing comma
2 parents 587351a + 66bf11d commit c1e1da2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/lang/en/gitscrum.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
'congratulations-the-product-backlog-has-been-updated-with-successfully' => 'Congratulations! The Product Backlog has been successfully updated',
188188
'favorited-successfully' => 'Favorited',
189189
'unfavorited-successfully' => 'Unfavorited',
190-
'keep-adding' => 'Keep Adding'
190+
'keep-adding' => 'Keep Adding',
191191
'private-sprint' => 'This sprint is private, only owner can access it',
192192
'save' => 'Save',
193193
'issue-status-updated' => '@:username updated the issue to: *:status*',

0 commit comments

Comments
 (0)