Explorar el Código

updated collaborators

Torkel Ödegaard hace 11 años
padre
commit
d3cc6e518d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/app/features/account/partials/collaborators.html

+ 1 - 1
src/app/features/account/partials/collaborators.html

@@ -26,7 +26,7 @@
 								Role
 							</li>
 							<li>
-								<select type="text" ng-model="collaborator.role" class="input-small tight-form-input" ng-options="f for f in ['Viewer', 'Editor2', 'Admin']">
+								<select type="text" ng-model="collaborator.role" class="input-small tight-form-input" ng-options="f for f in ['Viewer', 'Editor', 'Admin']">
 								</select>
 							</li>
 							<li>