Skip to content

Commit fab31a4

Browse files
authored
Merge pull request #978 from Manishearth/leftover-quotes
Fix more leftover quotation marks
2 parents fd672b4 + b307104 commit fab31a4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

templates/components/what/embedded/testimonials.hbs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@
3939
<div class="testimonial flex-none flex-l">
4040
<div class="w-100 w-30-l tc">
4141
<a href="https://49nord.de/">
42-
<img alt="{{fluent "embedded-testimonials-"49nord-alt}}" src="/static/images/user-logos/49nord.svg"/>
42+
<img alt="{{fluent "embedded-testimonials-49nord-alt"}}" src="/static/images/user-logos/49nord.svg"/>
4343
</a>
4444
</div>
4545
<div class="w-100 w-70-l" id="brinkmann-testimonial">
4646
<blockquote class="lh-title-ns">
47-
{{fluent "embedded-testimonials-"49nord-quote}}
47+
{{fluent "embedded-testimonials-49nord-quote"}}
4848
</blockquote>
49-
<p class="attribution">{{fluent "embedded-testimonials-"49nord-attribution}}</p>
49+
<p class="attribution">{{fluent "embedded-testimonials-49nord-attribution"}}</p>
5050
</div>
5151
</div>
5252

templates/policies/licenses.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</header>
1515
<p>{{fluent "licenses-license-general-description"}}</p>
1616
<ul>
17-
<li><a href="http://www.apache.org/licenses/LICENSE-2.0">{{fluent "licenses-apache-v-"2-0-link}}</a></li>
17+
<li><a href="http://www.apache.org/licenses/LICENSE-2.0">{{fluent "licenses-apache-v-2-0-link"}}</a></li>
1818
<li><a href="http://opensource.org/licenses/MIT">{{fluent "licenses-mit-link"}}</a></li>
1919
</ul>
2020
{{fluent "licenses-license-specific-description"}}

0 commit comments

Comments
 (0)