1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-09 07:45:22 +02:00

refactor(UX): fix improper grammar (#4161)

This commit is contained in:
itsconquest 2020-08-07 16:50:56 +12:00 committed by GitHub
parent 61f97469ab
commit 26ee78e1e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -209,7 +209,7 @@
<option value="" label="Select a Custom template" disabled selected="selected"> </option>
</select>
<span ng-if="!templates.length">
No custom template are available. Head over the <a ui-sref="docker.templates.custom.new">custom template view</a> to create one.
No custom templates are available. Head over to the <a ui-sref="docker.templates.custom.new">custom template view</a> to create one.
</span>
</div>
</div>