- @i18n!(ctx.1, "You can upload images to your gallery, to use them as blog icons or banners.") + @i18n!(ctx.1, "You can upload images to your gallery, to use them as blog icons, or banners.") @i18n!(ctx.1, "Upload images")
@@ -39,4 +39,4 @@ -}) \ No newline at end of file +}) diff --git a/templates/medias/details.rs.html b/templates/medias/details.rs.html index 323f603..a541993 100644 --- a/templates/medias/details.rs.html +++ b/templates/medias/details.rs.html @@ -27,7 +27,7 @@@i18n!(ctx.1, "Login or use your Fediverse account to interact with this article")
+@i18n!(ctx.1, "Log in, or use your Fediverse account to interact with this article")
- @i18n!(ctx.1, "You can upload media to your gallery, and copy their Markdown code in your articles to insert them.") + @i18n!(ctx.1, "You can upload media to your gallery, and then copy their Markdown code into your articles to insert them.") @i18n!(ctx.1, "Upload media")
diff --git a/templates/session/password_reset_request.rs.html b/templates/session/password_reset_request.rs.html index b4b0b10..f75431b 100644 --- a/templates/session/password_reset_request.rs.html +++ b/templates/session/password_reset_request.rs.html @@ -10,6 +10,6 @@ }) diff --git a/templates/users/edit.rs.html b/templates/users/edit.rs.html index 885efb2..86777e4 100644 --- a/templates/users/edit.rs.html +++ b/templates/users/edit.rs.html @@ -10,7 +10,7 @@ @if let Some(u) = ctx.2.clone() {- @i18n!(ctx.1, "To change your avatar, upload it in your gallery and select from there.") + @i18n!(ctx.1, "To change your avatar, upload it to your gallery and then select from there.") @i18n!(ctx.1, "Upload an avatar")