style(roles): fix typo

pull/2904/head
Anthony Lapenna 2019-05-27 10:43:03 +12:00
parent a2d29df21b
commit 23eaf14f58
1 changed files with 1 additions and 1 deletions

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>