askChoice warning is bold by styles

stable
Juanfran 2016-02-10 09:15:47 +01:00
parent 7bab15b5ca
commit dfdb78657f
2 changed files with 4 additions and 1 deletions

View File

@ -543,7 +543,7 @@
"COUNT_MEMBERS": "{{ role.members_count }} members with this role",
"TITLE_DELETE_ROLE": "Delete Role",
"REPLACEMENT_ROLE": "All the users with this role will be moved to",
"WARNING_DELETE_ROLE": "<strong>Be careful, all role estimations will be removed</strong>",
"WARNING_DELETE_ROLE": "Be careful, all role estimations will be removed",
"ERROR_DELETE_ALL": "You can't delete all values",
"EXTERNAL_USER": "External user"
},

View File

@ -319,6 +319,9 @@
}
}
}
.warning {
@extend %bold;
}
}
.lightbox-delete-account {