Bug 1444564 - Fix a typo in Preferences main.xul. r=me draft
authorZibi Braniecki <zbraniecki@mozilla.com>
Fri, 09 Mar 2018 17:12:44 -0800
changeset 765685 7306b5572f37e9bb1283313c0ce273f5ad5eb5f2
parent 765246 f1965cf7425fe422c9e9c78018f11b97e0a0f229
push id102145
push userbmo:gandalf@aviary.pl
push dateSat, 10 Mar 2018 01:12:56 +0000
reviewersme
bugs1444564
milestone60.0a1
Bug 1444564 - Fix a typo in Preferences main.xul. r=me MozReview-Commit-ID: 5X8crQ5dXb1
browser/components/preferences/in-content/main.xul
--- a/browser/components/preferences/in-content/main.xul
+++ b/browser/components/preferences/in-content/main.xul
@@ -28,17 +28,17 @@
           data-category="paneGeneral"
           hidden="true">
   <caption><label data-l10n-id="startup-header"/></caption>
 
 #ifdef MOZ_DEV_EDITION
   <vbox id="separateProfileBox">
     <checkbox id="separateProfileMode"
               data-l10n-id="separate-profile-mode"/>
-    <hbox aid="sync-dev-edition-root" lign="center" class="indent">
+    <hbox id="sync-dev-edition-root" lign="center" class="indent">
       <label id="useFirefoxSync" data-l10n-id="use-firefox-sync"/>
       <deck id="getStarted">
         <label class="text-link" data-l10n-id="get-started-not-logged-in"/>
         <label class="text-link" data-l10n-id="get-started-configured"/>
       </deck>
     </hbox>
   </vbox>
 #endif