Skip to content
This repository has been archived by the owner on Feb 7, 2019. It is now read-only.

Commit

Permalink
Add a warning to first run introduction about this being a pre-release (
Browse files Browse the repository at this point in the history
#275)

* Add a warning to first run introduction
Fixes #270 requested by @sandysage  to explain features may change and data may not be retained between releases

* missing a word

* Better semantics for important message

* Clearer warning, doesn't bury lede, not as scary

* Quick hack to get strong tag output after localization happens
  • Loading branch information
devinreams committed Nov 1, 2017
1 parent d883984 commit d9e7c7c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
9 changes: 9 additions & 0 deletions src/webextension/firstrun/components/welcome.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@ export default function Welcome() {
adipiscing elit. Etiam porta sem malesuada magna mollis euismod. Cras
mattis consectetur purus sit amet fermentum.</p>
</Localized>
<p>
<Localized id="welcome-warning">
<strong>Lorem ipsum dolor sit amet, consectetur.
Mauris, aliquam vel pellentesque et, mattis bibendum tellus. Fusce
sodales, tellus a auctor accumsan, diam risus pharetra orci, at lacinia
libero eros ut erat. Fusce ex neque, pharetra id rhoncus in,
pellentesque quis urna.</strong>
</Localized>
</p>
<Localized id="welcome-feedback">
<p>Curabitur blandit tempus porttitor. Nulla vitae elit libero, a
pharetra augue. Vestibulum id ligula porta felis euismod semper.
Expand Down
6 changes: 5 additions & 1 deletion src/webextension/locales/en-US/firstrun.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,14 @@ welcome-intro =
new entries, and then later you can view, search, edit, and
delete those entries.
welcome-warning =
This is a rapidly evolving prototype that will change as Alpha progresses.
Any data stored here is not guaranteed to be retained in future updates.
welcome-feedback =
Please be sure to let us know your thoughts using our feedback
button within the tool, including any issues you may find, things
you like, and the things you're looking forward in the future.
you like, and the things you're looking forward to in the future.
master-password-setup-formtitle = Please create a master password below:
Expand Down

0 comments on commit d9e7c7c

Please sign in to comment.