This pull request complements the #40. The main problem is the fact that the translation key was missing a whitespace, which made all the translations to stop working. Although the PR #40 fixed the problem in the code itself, the dist.js file, which is the one actually used by Nova, still had the same issue, which made the problem to persist.
This PR does not recompile the JS code. It literally only adds a whitespace in the translation key, and nothing more.
This pull request complements the #40. The main problem is the fact that the translation key was missing a whitespace, which made all the translations to stop working. Although the PR #40 fixed the problem in the code itself, the
dist.js
file, which is the one actually used by Nova, still had the same issue, which made the problem to persist.This PR does not recompile the JS code. It literally only adds a whitespace in the translation key, and nothing more.