[copy] add missing trademark to Mempool Goggles
This commit is contained in:
		
							parent
							
								
									40fa1c5acb
								
							
						
					
					
						commit
						ce6808b3c4
					
				| @ -38,7 +38,7 @@ | |||||||
|       <div class="card"> |       <div class="card"> | ||||||
|         <div class="card-body pl-lg-3 pr-lg-3 pl-2 pr-2"> |         <div class="card-body pl-lg-3 pr-lg-3 pl-2 pr-2"> | ||||||
|           <a class="title-link" href="" [routerLink]="['/mempool-block/0' | relativeUrl]"> |           <a class="title-link" href="" [routerLink]="['/mempool-block/0' | relativeUrl]"> | ||||||
|             <h5 class="card-title d-inline" i18n="dashboard.mempool-goggles-accelerations">Mempool Goggles: Accelerations</h5> |             <h5 class="card-title d-inline" i18n="dashboard.mempool-goggles-accelerations">Mempool Goggles™ : Accelerations</h5> | ||||||
|             <span> </span> |             <span> </span> | ||||||
|             <fa-icon [icon]="['fas', 'external-link-alt']" [fixedWidth]="true" style="vertical-align: 'text-top'; font-size: 13px; color: #4a68b9"></fa-icon> |             <fa-icon [icon]="['fas', 'external-link-alt']" [fixedWidth]="true" style="vertical-align: 'text-top'; font-size: 13px; color: #4a68b9"></fa-icon> | ||||||
|           </a> |           </a> | ||||||
|  | |||||||
| @ -1,10 +1,10 @@ | |||||||
| <div class="block-filters" [class.filters-active]="activeFilters.length > 0" [class.any-mode]="filterMode === 'or'" [class.menu-open]="menuOpen" [class.small]="cssWidth < 500" [class.vsmall]="cssWidth < 400" [class.tiny]="cssWidth < 200"> | <div class="block-filters" [class.filters-active]="activeFilters.length > 0" [class.any-mode]="filterMode === 'or'" [class.menu-open]="menuOpen" [class.small]="cssWidth < 500" [class.vsmall]="cssWidth < 400" [class.tiny]="cssWidth < 200"> | ||||||
|   <a *ngIf="menuOpen" [routerLink]="['/docs/faq' | relativeUrl]" fragment="how-do-mempool-goggles-work" class="info-badges" i18n-ngbTooltip="Mempool Goggles tooltip" ngbTooltip="select filter categories to highlight matching transactions"> |   <a *ngIf="menuOpen" [routerLink]="['/docs/faq' | relativeUrl]" fragment="how-do-mempool-goggles-work" class="info-badges" i18n-ngbTooltip="Mempool Goggles™ tooltip" ngbTooltip="select filter categories to highlight matching transactions"> | ||||||
|     <span class="badge badge-pill badge-warning beta" i18n="beta">beta</span> |     <span class="badge badge-pill badge-warning beta" i18n="beta">beta</span> | ||||||
|     <fa-icon [icon]="['fas', 'info-circle']" [fixedWidth]="true" size="lg"></fa-icon> |     <fa-icon [icon]="['fas', 'info-circle']" [fixedWidth]="true" size="lg"></fa-icon> | ||||||
|   </a> |   </a> | ||||||
|   <div class="filter-bar"> |   <div class="filter-bar"> | ||||||
|     <button class="menu-toggle" (click)="menuOpen = !menuOpen" title="Mempool Goggles"> |     <button class="menu-toggle" (click)="menuOpen = !menuOpen" title="Mempool Goggles™"> | ||||||
|       <app-svg-images name="goggles" width="100%" height="100%"></app-svg-images> |       <app-svg-images name="goggles" width="100%" height="100%"></app-svg-images> | ||||||
|     </button> |     </button> | ||||||
|     <div class="active-tags"> |     <div class="active-tags"> | ||||||
|  | |||||||
| @ -18,7 +18,7 @@ | |||||||
|       <div class="card graph-card"> |       <div class="card graph-card"> | ||||||
|         <div class="card-body pl-lg-3 pr-lg-3 pl-2 pr-2"> |         <div class="card-body pl-lg-3 pr-lg-3 pl-2 pr-2"> | ||||||
|           <a class="title-link mb-0" style="margin-top: -2px" href="" [routerLink]="['/mempool-block/0' | relativeUrl]"> |           <a class="title-link mb-0" style="margin-top: -2px" href="" [routerLink]="['/mempool-block/0' | relativeUrl]"> | ||||||
|             <h5 class="card-title d-inline"><span i18n="dashboard.mempool-goggles">Mempool Goggles</span>: {{ goggleCycle[goggleIndex].name }}</h5> |             <h5 class="card-title d-inline"><span i18n="dashboard.mempool-goggles">Mempool Goggles™</span> : {{ goggleCycle[goggleIndex].name }}</h5> | ||||||
|             <span> </span> |             <span> </span> | ||||||
|             <fa-icon [icon]="['fas', 'external-link-alt']" [fixedWidth]="true" style="vertical-align: text-top; font-size: 13px; color: #4a68b9"></fa-icon> |             <fa-icon [icon]="['fas', 'external-link-alt']" [fixedWidth]="true" style="vertical-align: text-top; font-size: 13px; color: #4a68b9"></fa-icon> | ||||||
|           </a> |           </a> | ||||||
|  | |||||||
| @ -9584,7 +9584,7 @@ export const faqData = [ | |||||||
|     category: "advanced", |     category: "advanced", | ||||||
|     showConditions: bitcoinNetworks, |     showConditions: bitcoinNetworks, | ||||||
|     fragment: "how-do-mempool-goggles-work", |     fragment: "how-do-mempool-goggles-work", | ||||||
|     title: "How do Mempool Goggles work?", |     title: "How do Mempool Goggles™ work?", | ||||||
|   }, |   }, | ||||||
|   { |   { | ||||||
|     type: "endpoint", |     type: "endpoint", | ||||||
|  | |||||||
| @ -290,8 +290,8 @@ | |||||||
| </ng-template> | </ng-template> | ||||||
| 
 | 
 | ||||||
| <ng-template type="how-do-mempool-goggles-work"> | <ng-template type="how-do-mempool-goggles-work"> | ||||||
|   <p>Mempool Goggles are a set of filters that can be applied to the <a [routerLink]="['/mempool-block/0' | relativeUrl]">mempool block visualizations</a> to highlight different types of transactions.</p> |   <p>Mempool Goggles™ are a set of filters that can be applied to the <a [routerLink]="['/mempool-block/0' | relativeUrl]">mempool block visualizations</a> to highlight different types of transactions.</p> | ||||||
|   <p>There are currently 25 different Mempool Goggles filters, grouped into six categories:</p> |   <p>There are currently 25 different Mempool Goggles™ filters, grouped into six categories:</p> | ||||||
|   <dl> |   <dl> | ||||||
|     <dt>Features</dt> |     <dt>Features</dt> | ||||||
|     <dd> |     <dd> | ||||||
|  | |||||||
| @ -875,7 +875,7 @@ | |||||||
|         <note priority="1" from="description">mining.3-months</note> |         <note priority="1" from="description">mining.3-months</note> | ||||||
|       </trans-unit> |       </trans-unit> | ||||||
|       <trans-unit id="f26767fd3fbdc174a0f961fc538d10f80eaec6d8" datatype="html"> |       <trans-unit id="f26767fd3fbdc174a0f961fc538d10f80eaec6d8" datatype="html"> | ||||||
|         <source>Mempool Goggles: Accelerations</source> |         <source>Mempool Goggless™: Accelerations</source> | ||||||
|         <context-group purpose="location"> |         <context-group purpose="location"> | ||||||
|           <context context-type="sourcefile">src/app/components/acceleration/accelerator-dashboard/accelerator-dashboard.component.html</context> |           <context context-type="sourcefile">src/app/components/acceleration/accelerator-dashboard/accelerator-dashboard.component.html</context> | ||||||
|           <context context-type="linenumber">41</context> |           <context context-type="linenumber">41</context> | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user