1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-23 15:29:42 +02:00

style(roles): fix typo

This commit is contained in:
Anthony Lapenna 2019-05-27 10:43:03 +12:00
parent a2d29df21b
commit 23eaf14f58

View file

@ -43,7 +43,7 @@
<td colspan="3" class="text-center text-muted">Select a user to show associated access and role</td>
</tr>
<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>
</tbody>
</table>