diff --git a/src/views/share/page.ejs b/src/views/share/page.ejs
index 3ed3005e2..141995b74 100644
--- a/src/views/share/page.ejs
+++ b/src/views/share/page.ejs
@@ -37,15 +37,15 @@
<% if (note.parents[0].noteId !== '_share' && note.parents.length !== 0) { %>
<% } %>
<%= note.title %>
<% if (note.hasLabel("pageUrl")) { %>
-
+
<% } %>
<% if (!isEmpty) { %>
@@ -58,7 +58,7 @@
<% } else if (isEmpty) { %>
-
This note has no content.
+
<%= t("share_page.no-content") %>
<% } %>
diff --git a/translations/en/server.json b/translations/en/server.json
index 0e98d705f..3d8a46e55 100644
--- a/translations/en/server.json
+++ b/translations/en/server.json
@@ -151,5 +151,11 @@
"share_404": {
"title": "Not found",
"heading": "Not found"
+ },
+ "share_page": {
+ "parent": "parent:",
+ "clipped-from": "This note was originally clipped from {{- url}}",
+ "child-notes": "Child notes:",
+ "no-content": "This note has no content."
}
}
diff --git a/translations/ro/server.json b/translations/ro/server.json
index 00729c6d8..b419928fe 100644
--- a/translations/ro/server.json
+++ b/translations/ro/server.json
@@ -154,5 +154,11 @@
"share_404": {
"heading": "Pagină negăsită",
"title": "Pagină negăsită"
+ },
+ "share_page": {
+ "child-notes": "Subnotițe:",
+ "clipped-from": "Această notiță a fost decupată inițial de pe {{- url}}",
+ "no-content": "Această notiță nu are conținut.",
+ "parent": "părinte:"
}
}