Skip to content

Commit

Permalink
Reorganize FTL file, remove unused config TOML
Browse files Browse the repository at this point in the history
  • Loading branch information
maxxcrawford committed May 28, 2021
1 parent 9fac97d commit 8ea9e18
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion privaterelay/ftl_bundles.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from django_ftl.bundles import Bundle

main = Bundle(['privaterelay/app.ftl'])
main = Bundle(['app.ftl'])
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ how-it-works-step-3-copy = Sign in to the { -brand-name-relay } website to keep
If you find that one receives spam or unwanted messages, you can block all messages or even delete the alias,
right from the management page.
hero-image-copy-trust = Can you even trust this company with your personal email?
hero-image-copy-unique-html = <strong>Use a unique relay address</strong> for every new account…
hero-image-copy-unique-html = <strong>Use a unique relay address</strong> for every new account
hero-image-copy-protect-html = …so you can <strong>protect your real email</strong> from tracking and spam.
hero-image-copy-control-html = Now <em>you’re in control</em> of what’s arriving to your inbox!
Expand Down
7 changes: 0 additions & 7 deletions privaterelay/locales/l10n-pontoon.toml

This file was deleted.

0 comments on commit 8ea9e18

Please sign in to comment.