From 380a5d3c5e1708d51c37b63af07833e7bf28e52d Mon Sep 17 00:00:00 2001 From: MadMan247 <54383546+MadMan247@users.noreply.github.com> Date: Tue, 7 May 2024 13:36:12 -0500 Subject: [PATCH] Update manifest.toml Removed "wisely" -- awkward word choice, not natural to read. --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index c22c9ca..908add3 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "ArchiveBox" description.en = "Archiving solution to collect, save, and view sites you want to preserve offline" description.fr = "Solution d'archivage pour collecter, enregistrer et afficher les sites que vous souhaitez conserver hors ligne" -version = "0.7.2~ynh1" +version = "0.7.2~ynh2" maintainers = ["Max Fowler"] @@ -46,7 +46,7 @@ ram.runtime = "50M" type = "user" [install.password] - help.en = "Choose wisely a password that is different from the username and does not contain the `$` symbol." + help.en = "Choose a password that is different from the username and does not contain the `$` symbol." help.fr = "Choisissez judicieusement un mot de passe différent du nom d'utilisateur et ne contenant pas le symbole `$`." type = "password"