invoiceninja / ui

Invoice Ninja: Web admin portal built with React
https://app.invoicing.co
Other
55 stars 47 forks source link

[Cleanup] Adjusting "Expires On" Label | Account Management #1812

Closed Civolilah closed 3 months ago

Civolilah commented 3 months ago

@beganovich @turbo124 The PR includes adjustments for the "Expires On" label under "Account Management". If the year of the plan_expires property is before 2000, we will display the translated text from the "forever_free" keyword. Otherwise, the date when the plan expires will be displayed. Screenshot:

Screenshot 2024-06-11 at 11 40 09

Note: We are missing the "forever_free" translation keyword from the files. If you agree, please add it there.

Let me know your thoughts.