mirror of https://github.com/portainer/portainer
style(roles): fix typo
parent
a2d29df21b
commit
23eaf14f58
|
@ -43,7 +43,7 @@
|
||||||
<td colspan="3" class="text-center text-muted">Select a user to show associated access and role</td>
|
<td colspan="3" class="text-center text-muted">Select a user to show associated access and role</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr ng-if="$ctrl.state.filteredDataSet.length === 0">
|
<tr ng-if="$ctrl.state.filteredDataSet.length === 0">
|
||||||
<td colspan="3" class="text-center text-muted">The selected user do not have access to any endpoint</td>
|
<td colspan="3" class="text-center text-muted">The selected user does not have access to any endpoint(s)</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
Loading…
Reference in New Issue