Fix a typo (#64)
All checks were successful
continuous-integration/drone/push Build is passing

Fix a typo

Co-authored-by: Jan Tojnar <jtojnar@gmail.com>
Reviewed-on: #64
This commit is contained in:
jtojnar 2020-02-18 06:49:20 +00:00 committed by konrad
parent a4685b50e8
commit 09dda84d75

View File

@ -3,7 +3,7 @@
<h1>Manage labels</h1> <h1>Manage labels</h1>
<p> <p>
Click on a label to edit it. Click on a label to edit it.
You can edit all labels you created, you can use all lables which are associated with a task to whose list you have access. You can edit all labels you created, you can use all labels which are associated with a task to whose list you have access.
</p> </p>
<div class="columns"> <div class="columns">
<div class="labels-list column"> <div class="labels-list column">
@ -164,4 +164,4 @@
} }
} }
} }
</script> </script>