Actions
Bug #4943
closedFix jshint errors around missing gettext function
Description
Running "jshint:all" (jshint) task Linting app/assets/javascripts/bastion/content-views/details/content-view-details.controller.js...ERROR [L62:C20] 'gettext' is not defined. return gettext("Successfully promoted %cv version %ver to %env") [L69:C20] 'gettext' is not defined. return gettext("Successfully published %cv version %ver and promoted to Library")
Actions