Skip to content

Commit

Permalink
fixed wording
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelCoding committed Jul 7, 2024
1 parent 2ecab3a commit 71c67a2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 15 deletions.
8 changes: 4 additions & 4 deletions src/app/pages/blog/blog-list/blog-list.component.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<div class="typography">
<div class="header">
<h1 i18n>Blog</h1>
<feel-button class="event-button" i18n-label label="Events!" link="/event">
<app-icon-send />
</feel-button>
<h1 i18n>News &amp; Events</h1>
<!-- <feel-button class="event-button" i18n-label label="Events!" link="/event"> -->
<!-- <app-icon-send /> -->
<!-- </feel-button> -->
</div>
<div *ngIf="(keywords | async) as keywords" class="keywords">
<button (click)="toggleKeyword(keyword)" *ngFor="let keyword of keywords"
Expand Down
15 changes: 4 additions & 11 deletions src/locales/en_devel.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@
<context context-type="sourcefile">src/app/app.component.html</context>
<context context-type="linenumber">10</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/pages/blog/blog-list/blog-list.component.html</context>
<context context-type="linenumber">3,4</context>
</context-group>
</trans-unit>
<trans-unit id="6718726533481404495" datatype="html">
<source>Peering</source>
Expand Down Expand Up @@ -271,10 +275,6 @@
<context context-type="sourcefile">src/app/app.routes.ts</context>
<context context-type="linenumber">15</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/pages/blog/blog-list/blog-list.component.html</context>
<context context-type="linenumber">3,4</context>
</context-group>
</trans-unit>
<trans-unit id="3304972143698843178" datatype="html">
<source>Event</source>
Expand Down Expand Up @@ -487,13 +487,6 @@
<context context-type="linenumber">122,123</context>
</context-group>
</trans-unit>
<trans-unit id="4207096470676148515" datatype="html">
<source>Events!</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/pages/blog/blog-list/blog-list.component.html</context>
<context context-type="linenumber">4</context>
</context-group>
</trans-unit>
<trans-unit id="4058575476871566236" datatype="html">
<source>Published</source>
<context-group purpose="location">
Expand Down

0 comments on commit 71c67a2

Please sign in to comment.