Skip to content

Commit d71cc75

Browse files
committed
Bug 1125971 - Fixing quotes on /fr/privacy/tips/ and removing extra space before the closing quotation mark
1 parent 02e9ea4 commit d71cc75

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

bedrock/privacy/templates/privacy/privacy-day.html

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,7 @@ <h3 class="tip-title">{{ _('How important is privacy to you?') }}</h3>
108108
</p>
109109
</div>
110110
<aside>
111-
<p class="quote">
112-
{{ _('Privacy is at the heart of freedom and autonomy…') }}
113-
{{ _('It’s up to all of us to get involved and speak up so that it stays that way.') }}
114-
</p>
111+
<p class="quote">{{ _('Privacy is at the heart of freedom and autonomy…') }} {{ _('It’s up to all of us to get involved and speak up so that it stays that way.') }}</p>
115112
<p class="attribute">{{ _('— Michelle De Mooy, Deputy Director, Consumer Privacy Project at the Center for Democracy & Technology') }}</p>
116113
</aside>
117114
<ul class="tip-footer">
@@ -155,10 +152,7 @@ <h4>{{ _('Shine a light on who’s watching you') }}</h4>
155152
</div>
156153
</div>
157154
<aside>
158-
<p class="quote">
159-
{{ _('Our online houses are becoming increasingly built of glass… visible to whoever wants to look.') }}
160-
{{ _('Let’s ask ourselves: Do we want to live in a house or a fishbowl?') }}
161-
</p>
155+
<p class="quote">{{ _('Our online houses are becoming increasingly built of glass… visible to whoever wants to look.') }} {{ _('Let’s ask ourselves: Do we want to live in a house or a fishbowl?') }}</p>
162156
<p class="attribute">{{ _('— Mitchell Baker, Mozilla') }}</p>
163157
</aside>
164158
<ul class="tip-footer">
@@ -236,9 +230,7 @@ <h4>{{ _('Easy ways anyone can protect their privacy') }}</h4>
236230
</ul>
237231
</div>
238232
<aside>
239-
<p class="quote">
240-
{{ _('Each of us should have a meaningful choice about where and how our data is stored and managed.') }}
241-
</p>
233+
<p class="quote">{{ _('Each of us should have a meaningful choice about where and how our data is stored and managed.') }}</p>
242234
<p class="attribute">{{ _('— Mitchell Baker, Mozilla') }}</p>
243235
</aside>
244236
<ul class="tip-footer">

media/css/privacy/privacy-day.less

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,16 @@ html[lang^='en'] #tips-nav-direct li a span:after {
280280
}
281281

282282

283+
[lang="fr"] .tip aside .quote {
284+
&:before{
285+
content: "« ";
286+
left: -1em;
287+
}
288+
&:after {
289+
content: " »";
290+
}
291+
}
292+
283293
/* 1. ASK section */
284294

285295
.charts {

0 commit comments

Comments
 (0)