fr24_card icon indicating copy to clipboard operation
fr24_card copied to clipboard

Minor 'bug' in English text

Open masterfish1 opened this issue 5 months ago • 1 comments

I noticed these recently and thought I would bring them to your attention.

In en.json, this part,

    "data": {
      "not_available": "N/A",
      "none": "No aircrafts detected!",
      "undefined": "The configurated entity doesn't contain data!"
    }

should be

    "data": {
      "not_available": "N/A",
      "none": "No aircraft detected!",
      "undefined": "The configured entity doesn't contain data!"
    }

Aircraft is one of the many silly exceptions in English and the plural is the same as the singular.

I checked the rest of the en.json file and apart from the above, it is all ok.

masterfish1 avatar Feb 01 '24 13:02 masterfish1