diff --git a/src/templates/nodes/edit_embed.pug b/src/templates/nodes/edit_embed.pug
index 6f06c00a..d0a191b9 100644
--- a/src/templates/nodes/edit_embed.pug
+++ b/src/templates/nodes/edit_embed.pug
@@ -168,7 +168,7 @@ script(type="text/javascript").
/* Let us know started saving */
$("li.button-save").addClass('saving');
- $("li.button-save a#item_save").html(' Saving...');
+ $("li.button-save a#item_save").html(' Saving...');
$.ajax({
url: "{{url_for('nodes.edit', node_id=node._id)}}",
diff --git a/src/templates/projects/_macros.pug b/src/templates/projects/_macros.pug
index 32671315..b59555fc 100644
--- a/src/templates/projects/_macros.pug
+++ b/src/templates/projects/_macros.pug
@@ -17,7 +17,7 @@ include ../mixins/components
| {% if not project.is_private %}
li.text-capitalize
a.nav-link.text-muted.px-0(href="{{ category_url }}")
- span {{ project.category }}s
+ span {{ project.category }}{% if project.category != 'assets' %}s{% endif %}
li.px-1
i.pi-angle-right
| {% endif %}