mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-03-14 11:29:15 +01:00
better translation I thing from collaborator to contributors
This commit is contained in:
parent
f8b58e6dad
commit
dac0b9a1a2
@ -290,7 +290,7 @@ Application.Controllers.controller "editProjectController", ["$scope", "$state",
|
||||
, -> # failed
|
||||
$state.go('app.public.projects_list')
|
||||
|
||||
## Other members list (project collaborators)
|
||||
## Other members list (project contributors)
|
||||
Member.query().$promise.then (data)->
|
||||
$scope.members = data.filter (m) ->
|
||||
m.id != $scope.project.author_id
|
||||
|
@ -54,7 +54,7 @@
|
||||
<div class="col-sm-12 col-md-4 col-lg-4">
|
||||
<div class="widget panel b-a r-n m-t-md">
|
||||
<div class="panel-heading b-b small">
|
||||
<h3>The collaborators</h3>
|
||||
<h3>The contributors</h3>
|
||||
</div>
|
||||
<div class="widget-content list-group-lg no-bg auto wrapper">
|
||||
<li class="list-group-item no-b clearfix" ng-repeat="collaborator in project.project_users">
|
||||
|
@ -113,7 +113,7 @@
|
||||
<section class="widget panel b-a m" ng-if="project.project_users.length > 0">
|
||||
<div class="panel-heading b-b">
|
||||
<span class="badge bg-warning pull-right">{{project.project_users.length}}</span>
|
||||
<h3>The collaborators</h3>
|
||||
<h3>The Contributors</h3>
|
||||
</div>
|
||||
|
||||
<ul class="widget-content list-group list-group-lg no-bg auto">
|
||||
|
Loading…
x
Reference in New Issue
Block a user