mirror of
				https://gitlab.com/Alamantus/Readlebee.git
				synced 2025-11-04 10:17:03 +01:00 
			
		
		
		
	Change wording for See Book Details
This commit is contained in:
		
							parent
							
								
									c5e73242d0
								
							
						
					
					
						commit
						bf33ff8e3e
					
				
					 2 changed files with 4 additions and 8 deletions
				
			
		| 
						 | 
					@ -53,9 +53,7 @@
 | 
				
			||||||
    "series_header": "Series",
 | 
					    "series_header": "Series",
 | 
				
			||||||
    "books_header": "Books",
 | 
					    "books_header": "Books",
 | 
				
			||||||
    "see_interaction_details": "See All Interactions",
 | 
					    "see_interaction_details": "See All Interactions",
 | 
				
			||||||
    "see_book_details": "See Book Details",
 | 
					    "see_book_details": "See Book Details"
 | 
				
			||||||
    "see_inventaire_details": "See Details",
 | 
					 | 
				
			||||||
    "see_details_tooltip": "Opens Inventaire in a new tab/window"
 | 
					 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "interaction": {
 | 
					  "interaction": {
 | 
				
			||||||
    "reload": "Reload",
 | 
					    "reload": "Reload",
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -83,11 +83,9 @@ export const resultDetails = (searchController, result, emit = () => {}) => {
 | 
				
			||||||
        </span>
 | 
					        </span>
 | 
				
			||||||
      </p>
 | 
					      </p>
 | 
				
			||||||
      <p>
 | 
					      <p>
 | 
				
			||||||
        <span data-tooltip=${__('search.see_details_tooltip')}>
 | 
					        <a class="small button" href=${result.link} target="_blank">
 | 
				
			||||||
          <a class="small pseudo button" href=${result.link} target="_blank">
 | 
					          ${__('search.see_book_details')}
 | 
				
			||||||
            ${__('search.see_book_details')}
 | 
					        </a>
 | 
				
			||||||
          </a>
 | 
					 | 
				
			||||||
        </span>
 | 
					 | 
				
			||||||
      </p>
 | 
					      </p>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
  </article>`;
 | 
					  </article>`;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue