mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-03 22:47:32 -05:00 
			
		
		
		
	Fix for % translation issue
This commit is contained in:
		
							parent
							
								
									84a20fba4d
								
							
						
					
					
						commit
						700bac552b
					
				@ -10,7 +10,7 @@ class CompanyPresenter extends EntityPresenter
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        return trans('texts.promo_message', [
 | 
					        return trans('texts.promo_message', [
 | 
				
			||||||
            'expires' => $this->entity->promo_expires->format('M dS, Y'),
 | 
					            'expires' => $this->entity->promo_expires->format('M dS, Y'),
 | 
				
			||||||
            'amount' => (int)($this->discount * 100)
 | 
					            'amount' => (int)($this->discount * 100) . '%'
 | 
				
			||||||
        ]);
 | 
					        ]);
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -2267,7 +2267,7 @@ $LANG = array(
 | 
				
			|||||||
    'contact_us' => 'Contact Us',
 | 
					    'contact_us' => 'Contact Us',
 | 
				
			||||||
    'support_forum' => 'Support Forum',
 | 
					    'support_forum' => 'Support Forum',
 | 
				
			||||||
    'user_guide' => 'User Guide',
 | 
					    'user_guide' => 'User Guide',
 | 
				
			||||||
    'promo_message' => 'Upgrade before :expires and get :amount% OFF your first year of our Pro or Enterprise packages.',
 | 
					    'promo_message' => 'Upgrade before :expires and get :amount OFF your first year of our Pro or Enterprise packages.',
 | 
				
			||||||
    'discount_message' => ':amount% off expires :expires',
 | 
					    'discount_message' => ':amount% off expires :expires',
 | 
				
			||||||
    'mark_paid' => 'Mark Paid',
 | 
					    'mark_paid' => 'Mark Paid',
 | 
				
			||||||
    'marked_sent_invoice' => 'Successfully marked invoice sent',
 | 
					    'marked_sent_invoice' => 'Successfully marked invoice sent',
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user