mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2026-07-30 08:07:56 -05:00
Removed unwanted line break from RefererError Dialog message
Fixes: https://fedorahosted.org/freeipa/ticket/5932 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com> Reviewed-By: Martin Basti <mbasti@redhat.com>
This commit is contained in:
committed by
Martin Basti
parent
fef4b95309
commit
d5a3f10a85
@@ -124,7 +124,7 @@ rpc.command = function(spec) {
|
||||
|
||||
/** @property {ordered_map.<number,string>} error_messages Error messages map */
|
||||
that.error_messages = $.ordered_map({
|
||||
911: 'Missing HTTP referer. <br/> You have to configure your browser to send HTTP referer header.'
|
||||
911: 'Missing HTTP referer. You have to configure your browser to send HTTP referer header.'
|
||||
});
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user