From 8eb298e2edfec49f14f028a3076a5e8c6eafdb27 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 6 May 2019 11:21:29 -0500 Subject: [PATCH] Bug 22527: Remove extra space after '?' Signed-off-by: Jonathan Druart --- koha-tmpl/intranet-tmpl/prog/en/modules/installer/step2.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step2.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step2.tt index c37cfe9636..ca161c905f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step2.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step2.tt @@ -33,7 +33,7 @@

User [% user | $HtmlTags tag=>'code' %] doesn't have enough privilege on database [% dbname | $HtmlTags tag=>'code' %].

Ask for or make a change in the user's privileges. User [% user | $HtmlTags tag=>'code' %] must have USAGE, INSERT, UPDATE, DELETE, DROP and CREATE privileges on database [% dbname | $HtmlTags tag=>'code' %].

-

Need help? For help with granting permissions, please search online for "[% dbms %] manual grant permissions" +

Need help? For help with granting permissions, please search online for "[% dbms %] manual grant permissions"

[% END %] [% ELSE %] -- 2.11.0