https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35004 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia@bugs.koha-communit |katrin.fischer@bsz-bw.de |y.org | --- Comment #8 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- I have amended the patch removing this change: $("#creator").html(_("Account has been deleted")); $("#creator").html(__("Account has been deleted")); The double undescore for translations is only used in .js files. In .inc and embedded JavaScript code it doesn't work. We still need the single underscore there. Continuing testing. -- You are receiving this mail because: You are watching all bug changes.