tweak language

This commit is contained in:
AlecM33
2021-12-29 16:18:24 -05:00
parent 9ba1cff82c
commit 3daf2cc6fe
2 changed files with 2 additions and 2 deletions

View File

@@ -471,7 +471,7 @@ function initializeRemainingEventListeners(deckManager) {
deckManager.addToCustomRoleOptions({role: name, description: description, team: team});
updateCustomRoleOptionsList(deckManager, document.getElementById("deck-select"))
ModalManager.dispelModal("add-role-modal", "add-role-modal-background");
toast("Role Added", "success", true);
toast("Role Created", "success", true);
} else {
toast("There is already a custom role with this name.", "error", true);
}

View File

@@ -1,7 +1,7 @@
.modal {
border-radius: 2px;
text-align: center;
position: fixed;
position: absolute;
width: 85%;
z-index: 100;
top: 50%;