#925 Issues #881 #884
Closed 5 years ago by robyduck. Opened 5 years ago by xdknight.
xdknight/fedora-websites bugfixes  into  master

@@ -15,7 +15,7 @@ 

        <div class="row">

          <div class="col-xs-12">

            <h5 class="text-center" style="margin-bottom:0;"><strong><span class="fa fa-exclamation-triangle text-warning"></span> ${Markup(_('The Fedora Privacy Policy has been updated. &lt;a href="https://fedoraproject.org/wiki/Legal:PrivacyPolicy"&gt;Read the new version on the wiki.&lt;/a&gt;'))}</strong></h5>

-           <div class="text-center" style="margin-bottom:10px">Use of Fedora services is subject to these terms starting May 25, 2018.</div>

+           <div class="text-center" style="margin-bottom:10px">${_('Use of Fedora services is subject to these terms starting May 25, 2018.')}</div>

          </div>

        </div>

      </div>

@@ -71,7 +71,7 @@ 

            <p>${Markup(_('Fedora Workstation is provided via Fedora Media Writer. Download this program for your &lt;a href="%s"&gt;supported platform&lt;/a&gt; and follow the prompts to generate a live version (see \'What does "Live" mean?\' to the right) of Fedora Workstation on a USB flash drive. You may then run the live version of Fedora Workstation from your USB flash drive.') % ('#fmw'))}</p>

            <p>${_('Optionally, you may install Fedora Workstation to a laptop or desktop computer that has at least 1 GHz processor, 1 GB RAM, and 10 GB space available. To do this, run the live version of Fedora Workstation from your USB flash drive on the computer you\'d like to install to, run the Fedora Media Writer application, and follow the on-screen prompts to complete installation.')}</p>

  

-           <h3>${_('Supported Platforms')}</h3>

+           <h3 id="fmw">${_('Supported Platforms')}</h3>

            <p>${_('Fedora Media Writer supports the following platforms:')}</p>

            <ul>

                <li>${_('Mac OS X')}</li>
@@ -88,7 +88,7 @@ 

                <p>${Markup(_('We have auto-detected that you are running &lt;strong&gt;Windows&lt;/strong&gt; and have offered that version for download. If we have detected your operating system incorrectly or you would like to download a different version, please click the "View all platform downloads" button below.'))}</p>

            </div>

  

-           <div id="fmw">

+           <div>

            <a href="#" id="openstack-base-click" class="btn btn-success" role="button">${_('View all platform downloads')}</a>

            <div id="openstack-base-link" class="reveal" style="display: none;">

              <div class="row top-margin">

no initial comment

Thanks, I didn't know about PO files. I made new PR and reverted PO file from this PR.

Issue #884 was already fixed. I took it out and authored the commit to you. See 8142c76
Thank you!

Pull-Request has been closed by robyduck

5 years ago