mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Remove extra space.
This commit is contained in:
parent
c3c3e802ca
commit
9961a6c101
@ -480,7 +480,7 @@ define('pgadmin.preferences', [
|
||||
if(requires_refresh) {
|
||||
Alertify.confirm(
|
||||
gettext('Refresh required'),
|
||||
gettext('A page refresh is required to apply the theme. Do you wish to refresh the page now ?'),
|
||||
gettext('A page refresh is required to apply the theme. Do you wish to refresh the page now?'),
|
||||
function() {
|
||||
/* If user clicks Yes */
|
||||
location.reload();
|
||||
|
Loading…
Reference in New Issue
Block a user