diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:13:27 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:13:27 +0000 |
commit | 40a355a42d4a9444dc753c04c6608dade2f06a23 (patch) | |
tree | 871fc667d2de662f171103ce5ec067014ef85e61 /browser/base/content/popup-notifications.inc | |
parent | Adding upstream version 124.0.1. (diff) | |
download | firefox-40a355a42d4a9444dc753c04c6608dade2f06a23.tar.xz firefox-40a355a42d4a9444dc753c04c6608dade2f06a23.zip |
Adding upstream version 125.0.1.upstream/125.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'browser/base/content/popup-notifications.inc')
-rw-r--r-- | browser/base/content/popup-notifications.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/browser/base/content/popup-notifications.inc b/browser/base/content/popup-notifications.inc index e554bca50b..daee34e6fe 100644 --- a/browser/base/content/popup-notifications.inc +++ b/browser/base/content/popup-notifications.inc @@ -78,7 +78,7 @@ <popupnotificationcontent orient="vertical"> <label data-l10n-id="panel-save-update-username" control="password-notification-username" class="password-notification-label"></label> <stack> - <html:input id="password-notification-username" + <html:input id="password-notification-username" type="text" class="ac-has-end-icon" autocompletesearch="login-doorhanger-username" @@ -132,7 +132,7 @@ <popupnotificationcontent id="addon-install-blocked-content" orient="vertical"> <description id="addon-install-blocked-message" class="popup-notification-description"></description> <hbox> - <html:a + <html:a is="moz-support-link" id="addon-install-blocked-info" class="popup-notification-learnmore-link" @@ -261,7 +261,7 @@ <popupnotification id="address-save-update-notification" class="address-capture-notification" hidden="true"> <popupnotificationcontent class="address-save-update-notification-content" orient="vertical"> <html:div class="address-capture-header"> - <html:p/> + <html:h1/> </html:div> <html:div class="address-capture-description"> <html:p/> @@ -274,7 +274,7 @@ <popupnotification id="address-edit-notification" class="address-capture-notification" hidden="true"> <popupnotificationcontent class="address-edit-notification-content" orient="vertical"> <html:div class="address-capture-header"> - <html:p/> + <html:h1/> </html:div> <html:div class="address-capture-content"> </html:div> |