Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ label.label.titleProject=Project title
label.untitledTask=Untitled Task
label.description=Description
label.noDescription=No description available
label.project.card.tasksCount={0} tasks
label.inviteManagers=Invite Managers
label.inviteParticipant=@mention someone
label.searchPlaceholder=Start typing to search
Expand Down Expand Up @@ -395,6 +396,7 @@ label.project.filter.all=All Projects
label.project.filter.managed=I manage
label.project.filter.collaborated=I collaborate to
label.project.filter.with_tasks=With tasks
label.project.filter.favorites=Favorites
label.project.filter.hidden=Hidden
#timeConvert
task.timeConvert.Less_Than_A_Minute=less than a minute ago
Expand Down
3 changes: 3 additions & 0 deletions webapps/src/main/webapp/WEB-INF/gatein-resources.xml
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,9 @@
<depends>
<module>taskCommentsDrawer</module>
</depends>
<depends>
<module>applicationToolbarComponent</module>
</depends>
<depends>
<module>ExtendedDomPurify</module>
</depends>
Expand Down
Loading
Loading