mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Fix typo
This commit is contained in:
parent
71b13b3f43
commit
44377ed03c
1 changed files with 1 additions and 1 deletions
|
@ -281,7 +281,7 @@ script(type='text/ng-template', id='resolvedCommentEntryTemplate')
|
|||
span.rp-entry-user(
|
||||
style="color: hsl({{ thread.resolved_by_user.hue }}, 70%, 40%);"
|
||||
) {{ thread.resolved_by_user.name }}:
|
||||
| #{translate("mark_as_resolveded")}.
|
||||
| #{translate("mark_as_resolved")}.
|
||||
.rp-entry-metadata
|
||||
| {{ thread.resolved_at | date : 'MMM d, y h:mm a' }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue