(js) Move "ACLs saved" toast of admin to bottom

pull/225/head
Francis Lachapelle 2016-10-31 15:18:12 -04:00
parent 0b99dbfc99
commit 1ccf5e369f
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@
$mdToast.show(
$mdToast.simple()
.content(l('ACLs saved'))
.position('top right')
.position('bottom right')
.hideDelay(3000)
);
// Close acls on small devices