Bug 14322: (follow-up) Fix quotes for translatable string

Always use double quotes around translatable strings.

Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
Katrin Fischer 2024-08-26 16:42:35 +00:00
parent 039eb10c7a
commit 0cdfb10f37
Signed by: kfischer
GPG key ID: 0EF6E2C03357A834

View file

@ -549,7 +549,7 @@
})
var url = window.location.origin + window.location.pathname + '?' + $.param(params);
navigator.clipboard.writeText(url);
$(this).tooltip({trigger: 'manual', title: _('Copied!')}).tooltip('show');
$(this).tooltip({trigger: 'manual', title: _("Copied!")}).tooltip('show');
});
var results_heading = $('<div>').addClass('results-heading')