Skip to content

Commit

Permalink
Update manage permission constraints button's title
Browse files Browse the repository at this point in the history
Signed-off-by: Don Alfons Nisnoni <[email protected]>
  • Loading branch information
itsdonnix committed Mar 25, 2021
1 parent 0e21ac1 commit 0526178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/frontend/src/routes/admin/permissions.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
<SmallButton
on:click={() => openManageConstraintsDialog(index)}
iconPath={mdiLock}
title="Manage permission constraint" />
title="Manage permission constraints" />
<SmallButton
on:click={() => openUpdateDialog(index)}
iconPath={mdiPencil}
Expand Down

0 comments on commit 0526178

Please sign in to comment.