summaryrefslogtreecommitdiff
diff options
authorNathan Pratta Teodosio <nathan.teodosio@canonical.com>2023-02-09 11:16:21 -0300
committerNathan Pratta Teodosio <nathan.teodosio@canonical.com>2023-02-09 11:26:23 -0300
commitaaec08cf18c9a577946e22a13205832eba123e7f (patch)
tree436f9899e4f95e86a2500190cb08475ab420b972
parent7f6ff8383729a939161fe852ce12d3985efdb9a6 (diff)
Improve wording of password manager information page.
-rw-r--r--firstrun/password-en.html16
1 files changed, 6 insertions, 10 deletions
diff --git a/firstrun/password-en.html b/firstrun/password-en.html
index 39a7f07..a3cfc70 100644
--- a/firstrun/password-en.html
+++ b/firstrun/password-en.html
@@ -12,7 +12,7 @@
<p>
Password storage via the Gnome keyring has been fixed,
but for it to work, you have to rename your old
- <tt>/home/{your-user-name}/snap/chromium/common/chromium/Default/Login Data</tt>
+ <tt>~/snap/chromium/common/chromium/Default/Login Data</tt>
file so that a new, working one can replace it.
</p>
@@ -25,21 +25,17 @@
mv "Login Data" "Login Data.old"</code></pre>
<p>
- This way, in case something goes wrong (and please file a bug report if
- so), you can always reverse the action:
+ This way, in case something goes wrong (and please file a bug report in
+ Launchpad if so), you can always reverse the action by renaming the file
+ back to <tt>Login Data</tt>.
</p>
- <pre><code>cd ~/snap/chromium/common/chromium/Default/
-cp "Login Data.old" "Login Data"</code></pre>
-
<hr>
- <b>
<p>
+ <b>
Disable this message by creating the file
+ <tt>~/snap/chromium/common/chromium/Default/Login Data.old</tt></b>.
</p>
-
- <pre><code>/home/{your-user-name}/snap/chromium/common/chromium/Default/Login Data.old</code></pre>
- </b>
</body>
</html>