diff --git a/src/views/set_password.ejs b/src/views/set_password.ejs
index a23abb797..6aa11df18 100644
--- a/src/views/set_password.ejs
+++ b/src/views/set_password.ejs
@@ -3,14 +3,14 @@
-
Set password
+
<%= t("set_password.heading") %>
<% if (error) { %>
@@ -18,24 +18,24 @@
<% } %>
-
Before you can start using Trilium from web, you need to set a password first. You will then use this password to login.
+
<%= t("set_password.description") %>
diff --git a/translations/en/server.json b/translations/en/server.json
index 15211f1d9..f29e06641 100644
--- a/translations/en/server.json
+++ b/translations/en/server.json
@@ -98,5 +98,12 @@
"password": "Password",
"remember-me": "Remember me",
"button": "Login"
+ },
+ "set_password": {
+ "heading": "Set password",
+ "description": "Before you can start using Trilium from web, you need to set a password first. You will then use this password to login.",
+ "password": "Password",
+ "password-confirmation": "Password confirmation",
+ "button": "Set password"
}
}
diff --git a/translations/ro/server.json b/translations/ro/server.json
index ef9abe6a6..f99dfb7b6 100644
--- a/translations/ro/server.json
+++ b/translations/ro/server.json
@@ -101,5 +101,12 @@
"password": "Parolă",
"remember-me": "Ține-mă minte",
"title": "Autentificare"
+ },
+ "set_password": {
+ "heading": "Setare parolă",
+ "button": "Setează parola",
+ "description": "Înainte de a putea utiliza Trilium din navigator, trebuie mai întâi setată o parolă. Ulterior această parolă va fi folosită la autentificare.",
+ "password": "Parolă",
+ "password-confirmation": "Confirmarea parolei"
}
}