GetmeUK / ContentTools

A JS library for building WYSIWYG editors for HTML content.
http://getcontenttools.com
MIT License
3.94k stars 393 forks source link

Missing translation in /src/scripts/ui/dialogs/table.coffee #571

Open chriszuercher opened 3 years ago

chriszuercher commented 3 years ago

In /src/scripts/ui/dialogs/table.coffee on line 93 there is a static text "Apply" instead of the translation (ahich exists in the translations files)

@_domApply.textContent = 'Apply'

I couldn't figure out how to fix it because of lack of know-how in CoffeeScript, otherwise I would love to create a PR for this.