-
Notifications
You must be signed in to change notification settings - Fork 210
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
feat(settings): New banner component with updated styling
- Loading branch information
Showing
125 changed files
with
1,331 additions
and
1,289 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,7 @@ | ||
## Banner component | ||
## Used to show success, error or info messages | ||
|
||
# This aria-label applies to the dismiss/close button of the banner | ||
# This text is for screen-readers | ||
banner-dismiss-button = | ||
.aria-label = Close | ||
resend-code-success-banner-heading = A new code was sent to your email. | ||
resend-link-success-banner-heading = A new link was sent to your email. | ||
# This message is displayed in a success banner | ||
# $accountsEmail is the senderʼs email address (origin of the email containing a new link). (e.g. [email protected]) | ||
link-expired-resent-link-success-message = Email re-sent. Add { $accountsEmail } to your contacts to ensure a smooth delivery. | ||
# Error message displayed in an error banner. This is a general message when the cause of the error is unclear. | ||
link-expired-resent-code-error-message = Something went wrong. A new code could not be sent. | ||
# $accountsEmail is the Mozilla accounts sender email address (e.g. [email protected]) | ||
resend-success-banner-description = Add { $accountsEmail } to your contacts to ensure a smooth delivery. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.